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

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

Issue 1118993002: Oilpan: IDL union objects should be put in HeapVector (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 | « Source/core/fileapi/File.cpp ('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 058ff3498188f514697ba44335ad8c945d2745ca..c91550471bffbed231839e78de52951d20513e92 100644
--- a/Source/core/testing/UnionTypesTest.h
+++ b/Source/core/testing/UnionTypesTest.h
@@ -24,8 +24,8 @@ public:
String doubleOrStringArg(DoubleOrString&);
String doubleOrInternalEnumArg(DoubleOrInternalEnum&);
- String doubleOrStringArrayArg(Vector<DoubleOrString>&);
- String doubleOrStringSequenceArg(Vector<DoubleOrString>&);
+ String doubleOrStringArrayArg(HeapVector<DoubleOrString>&);
+ String doubleOrStringSequenceArg(HeapVector<DoubleOrString>&);
String nodeListOrElementArg(NodeListOrElement&);
String nodeListOrElementOrNullArg(NodeListOrElement&);
« no previous file with comments | « Source/core/fileapi/File.cpp ('k') | Source/core/testing/UnionTypesTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698