Bug 93810

Summary: [V8] Rename ScriptGCEvent.{h,cpp} to GCObserver.{h,cpp}
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: 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
Reported 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}.
Attachments
Kentaro Hara
Comment 1 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.
Note You need to log in before you can comment on or make changes to this bug.