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

Unified Diff: Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h

Issue 954683002: InlinedVisitor: Migrate bindings 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/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h
diff --git a/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h b/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h
index 24031243d1b57061747f49c897606e97c99325dc..0014bceb573527a96cfcad135c518b76fa0ff4df 100644
--- a/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h
+++ b/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h
@@ -26,7 +26,7 @@ public:
String derivedStringMemberWithDefault() const { return m_derivedStringMemberWithDefault; }
void setDerivedStringMemberWithDefault(String value) { m_derivedStringMemberWithDefault = value; }
- virtual void trace(Visitor*);
+ DECLARE_VIRTUAL_TRACE();
private:
String m_derivedStringMember;

Powered by Google App Engine
This is Rietveld 408576698