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

Unified Diff: Source/core/dom/PendingScript.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/PendingScript.h
diff --git a/Source/core/dom/PendingScript.h b/Source/core/dom/PendingScript.h
index 4df094a392526ea9b5cf9f817baa7b274b9eb0a3..1dbc6ebceaf92678593e82eee16365b25fa8ac18 100644
--- a/Source/core/dom/PendingScript.h
+++ b/Source/core/dom/PendingScript.h
@@ -75,7 +75,7 @@ public:
virtual void notifyFinished(Resource*);
virtual void notifyAppendData(ScriptResource*);
- void trace(Visitor*);
+ DECLARE_TRACE();
ScriptSourceCode getSource(const KURL& documentURL, bool& errorOccurred) const;

Powered by Google App Engine
This is Rietveld 408576698