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

Unified Diff: Source/core/html/PluginDocument.h

Issue 932403002: InlinedVisitor: Migrate html 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
« no previous file with comments | « Source/core/html/MediaKeyEvent.cpp ('k') | Source/core/html/PluginDocument.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/PluginDocument.h
diff --git a/Source/core/html/PluginDocument.h b/Source/core/html/PluginDocument.h
index 4007ffb5d5753c720e19e9ed5bf7a496f0b9a14c..89924666a05e2b3e1ae79c93c21d0cd95a0f9560 100644
--- a/Source/core/html/PluginDocument.h
+++ b/Source/core/html/PluginDocument.h
@@ -46,7 +46,7 @@ public:
virtual void detach(const AttachContext& = AttachContext()) override;
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
private:
explicit PluginDocument(const DocumentInit&);
« no previous file with comments | « Source/core/html/MediaKeyEvent.cpp ('k') | Source/core/html/PluginDocument.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698