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

Unified Diff: Source/core/testing/UnionTypesTest.h

Issue 692993003: Named getter of HTMLAllCollection etc should be nullable (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@union-nullable
Patch Set: Created 6 years, 1 month 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 | « Source/core/html/HTMLOptionsCollection.idl ('k') | Source/core/testing/UnionTypesTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/UnionTypesTest.h
diff --git a/Source/core/testing/UnionTypesTest.h b/Source/core/testing/UnionTypesTest.h
index 9fbdb4ffdc249673228decca53c78535bb04eb33..7d3669c49c54494c44ff11138af91750ce989666 100644
--- a/Source/core/testing/UnionTypesTest.h
+++ b/Source/core/testing/UnionTypesTest.h
@@ -26,6 +26,9 @@ public:
String doubleOrStringArrayArg(Vector<DoubleOrString>&);
String doubleOrStringSequenceArg(Vector<DoubleOrString>&);
+ String nodeListOrElementArg(NodeListOrElement&);
+ String nodeListOrElementOrNullArg(NodeListOrElement&);
+
void trace(Visitor*) { }
private:
« no previous file with comments | « Source/core/html/HTMLOptionsCollection.idl ('k') | Source/core/testing/UnionTypesTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698