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

Unified Diff: Source/core/dom/MessagePort.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/MessagePort.h
diff --git a/Source/core/dom/MessagePort.h b/Source/core/dom/MessagePort.h
index 69e6565ad5ef94f62d2a6550878394d00f6816fd..114e0be89512c6b3e6154c1919a9aa2229ca9ffc 100644
--- a/Source/core/dom/MessagePort.h
+++ b/Source/core/dom/MessagePort.h
@@ -105,7 +105,7 @@ public:
// A port gets neutered when it is transferred to a new owner via postMessage().
bool isNeutered() const { return !m_entangledChannel; }
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
private:
explicit MessagePort(ExecutionContext&);

Powered by Google App Engine
This is Rietveld 408576698