Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(960)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8GCController.h

Issue 1876383003: Introduce infrastructure for tracing ScriptWrappables. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate Haraken's wonderful comments Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/core/v8/V8GCController.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8GCController.h b/third_party/WebKit/Source/bindings/core/v8/V8GCController.h
index 73f3f86f96df863d3fd1450f52af8ed3bdf786e5..a8fbc624072c95b88f69fdb4cc921ac1b81836f4 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8GCController.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8GCController.h
@@ -40,6 +40,7 @@ namespace blink {
class ExecutionContext;
class Node;
+class ScriptWrappableVisitor;
haraken 2016/04/13 12:26:22 Unnecessary change.
Marcel Hlopko 2016/04/14 16:39:08 Done.
class CORE_EXPORT V8GCController {
STATIC_ONLY(V8GCController);

Powered by Google App Engine
This is Rietveld 408576698