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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.cpp

Issue 2826673004: bindings: Make the sequence conversion code more compliant with WebIDL. (Closed)
Patch Set: Fix more test expectations Created 3 years, 8 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: third_party/WebKit/Source/core/testing/Internals.cpp
diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
index cded96f58d473d2a7ba81ab73eb9cc94c04933e4..4f0400c20ac66326e33cf54fe4d254b27e6d2ced 100644
--- a/third_party/WebKit/Source/core/testing/Internals.cpp
+++ b/third_party/WebKit/Source/core/testing/Internals.cpp
@@ -124,6 +124,7 @@
#include "core/testing/MockHyphenation.h"
#include "core/testing/OriginTrialsTest.h"
#include "core/testing/RecordTest.h"
+#include "core/testing/SequenceTest.h"
#include "core/testing/TypeConversions.h"
#include "core/testing/UnionTypesTest.h"
#include "core/workers/WorkerThread.h"
@@ -2388,6 +2389,10 @@ RecordTest* Internals::recordTest() const {
return RecordTest::Create();
}
+SequenceTest* Internals::sequenceTest() const {
+ return SequenceTest::create();
+}
+
UnionTypesTest* Internals::unionTypesTest() const {
return UnionTypesTest::Create();
}

Powered by Google App Engine
This is Rietveld 408576698