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

Unified Diff: Source/bindings/tests/results/core/UnionTypesCore.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/UnionTypesCore.h
diff --git a/Source/bindings/tests/results/core/UnionTypesCore.h b/Source/bindings/tests/results/core/UnionTypesCore.h
index 0991abeec6f43c20bd85d5791f0a849c3a25bc38..c203a207d05e5c7781df6254453f81d8b5c4400c 100644
--- a/Source/bindings/tests/results/core/UnionTypesCore.h
+++ b/Source/bindings/tests/results/core/UnionTypesCore.h
@@ -200,7 +200,7 @@ public:
void setNodeList(PassRefPtrWillBeRawPtr<NodeList>);
static NodeOrNodeList fromNodeList(PassRefPtrWillBeRawPtr<NodeList>);
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
enum SpecificTypes {
@@ -497,7 +497,7 @@ public:
void setString(String);
static TestInterfaceGarbageCollectedOrString fromString(String);
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
enum SpecificTypes {
@@ -643,7 +643,7 @@ public:
void setTestDictionary(TestDictionary);
static TestInterfaceWillBeGarbageCollectedOrTestDictionary fromTestDictionary(TestDictionary);
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
enum SpecificTypes {

Powered by Google App Engine
This is Rietveld 408576698