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

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

Issue 689013002: IDL: Generate trace() method in union container types when required (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 ed9e25225d43119aac83db1addaaeb46383a6b60..4ca08a2119da2c54dccf1f2adf89c74da53a49c2 100644
--- a/Source/bindings/tests/results/core/UnionTypesCore.h
+++ b/Source/bindings/tests/results/core/UnionTypesCore.h
@@ -80,6 +80,8 @@ public:
PassRefPtrWillBeRawPtr<NodeList> getAsNodeList();
void setNodeList(PassRefPtrWillBeRawPtr<NodeList>);
+ void trace(Visitor*);
+
private:
enum SpecificTypes {
SpecificTypeNone,
@@ -158,6 +160,8 @@ public:
String getAsString();
void setString(String);
+ void trace(Visitor*);
+
private:
enum SpecificTypes {
SpecificTypeNone,
@@ -275,6 +279,8 @@ public:
TestDictionary getAsTestDictionary();
void setTestDictionary(TestDictionary);
+ void trace(Visitor*);
+
private:
enum SpecificTypes {
SpecificTypeNone,

Powered by Google App Engine
This is Rietveld 408576698