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

Unified Diff: Source/bindings/core/v8/ScriptController.h

Issue 954683002: InlinedVisitor: Migrate bindings to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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: Source/bindings/core/v8/ScriptController.h
diff --git a/Source/bindings/core/v8/ScriptController.h b/Source/bindings/core/v8/ScriptController.h
index 360bb7861e666ca5fca8f003a7493c72ef092185..6329176da30bd2348a2d2d912b2e4d76d477153f 100644
--- a/Source/bindings/core/v8/ScriptController.h
+++ b/Source/bindings/core/v8/ScriptController.h
@@ -78,7 +78,7 @@ public:
}
~ScriptController();
- void trace(Visitor*);
+ DECLARE_TRACE();
bool initializeMainWorld();
WindowProxy* windowProxy(DOMWrapperWorld&);

Powered by Google App Engine
This is Rietveld 408576698