Bug 93810
| Summary: | [V8] Rename ScriptGCEvent.{h,cpp} to GCObserver.{h,cpp} | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kentaro Hara <haraken> |
| Component: | WebCore JavaScript | Assignee: | Kentaro Hara <haraken> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | abarth |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 93095 | ||
Kentaro Hara
Currently, GC related code is scattered over V8Binding, V8Proxy, ScriptGCEvent etc.
We can rename ScriptGCEvent.{h,cpp} to V8GCObserver.{h,cpp}. In a follow-up patch, I'll move GC related code to V8GCObserver.{h,cpp}.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Kentaro Hara
I found that ScriptGCEvent.{h,cpp} exists not only in V8 but also in JSC. After some investigation, it seems to me that we don't want to rename it.