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

Unified Diff: Source/core/dom/ActiveDOMObjectTest.cpp

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
« no previous file with comments | « no previous file | Source/core/dom/Attr.h » ('j') | Source/core/dom/ElementData.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ActiveDOMObjectTest.cpp
diff --git a/Source/core/dom/ActiveDOMObjectTest.cpp b/Source/core/dom/ActiveDOMObjectTest.cpp
index 3a74f5a45c1ffa23739d8127343518f414b25cee..4d3220ec17b63fdc23a3dbf0c40312d25abbc71d 100644
--- a/Source/core/dom/ActiveDOMObjectTest.cpp
+++ b/Source/core/dom/ActiveDOMObjectTest.cpp
@@ -44,7 +44,7 @@ class MockActiveDOMObject final : public GarbageCollectedFinalized<MockActiveDOM
public:
explicit MockActiveDOMObject(ExecutionContext* context) : ActiveDOMObject(context) { }
- virtual void trace(Visitor* visitor) override
+ DEFINE_INLINE_VIRTUAL_TRACE()
{
ActiveDOMObject::trace(visitor);
}
« no previous file with comments | « no previous file | Source/core/dom/Attr.h » ('j') | Source/core/dom/ElementData.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698