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 553081ddc127973c27351933c1216a78a76ca873..f34e1703bd2fd40c65de5ff8efab0288d9139825 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(); |
} |