Bug 93810 - [V8] Rename ScriptGCEvent.{h,cpp} to GCObserver.{h,cpp}
Summary: [V8] Rename ScriptGCEvent.{h,cpp} to GCObserver.{h,cpp}
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 93095
  Show dependency treegraph
 
Reported: 2012-08-13 02:31 PDT by Kentaro Hara
Modified: 2012-08-13 03:54 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-08-13 02:31:31 PDT
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}.
Comment 1 Kentaro Hara 2012-08-13 03:54:23 PDT
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.