RESOLVED WONTFIX93810
[V8] Rename ScriptGCEvent.{h,cpp} to GCObserver.{h,cpp}
https://bugs.webkit.org/show_bug.cgi?id=93810
Summary [V8] Rename ScriptGCEvent.{h,cpp} to GCObserver.{h,cpp}
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.