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

Unified Diff: Source/core/dom/ScriptRunner.h

Issue 947393002: InlinedVisitor: Migrate dom 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/core/dom/ScriptRunner.h
diff --git a/Source/core/dom/ScriptRunner.h b/Source/core/dom/ScriptRunner.h
index 7f0cfbe5a237cc370cd4494b19aeb27ddb7dd7e3..a6e745afa5ed4aef4feb18b894807ef212e7f66b 100644
--- a/Source/core/dom/ScriptRunner.h
+++ b/Source/core/dom/ScriptRunner.h
@@ -58,7 +58,7 @@ public:
static void movePendingAsyncScript(Document&, Document&, ScriptLoader*);
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
explicit ScriptRunner(Document*);

Powered by Google App Engine
This is Rietveld 408576698