Index: third_party/WebKit/Source/core/testing/Internals.h |
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h |
index 6db652f0cbc0d857552a03bde950460e1d87124f..8b6dcfd22de148f86c5500ab0985548890422500 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.h |
+++ b/third_party/WebKit/Source/core/testing/Internals.h |
@@ -71,6 +71,7 @@ class OriginTrialsTest; |
class Page; |
class Range; |
class RecordTest; |
+class SequenceTest; |
class SerializedScriptValue; |
class ShadowRoot; |
class TypeConversions; |
@@ -384,6 +385,7 @@ class Internals final : public GarbageCollected<Internals>, |
TypeConversions* typeConversions() const; |
RecordTest* recordTest() const; |
+ SequenceTest* sequenceTest() const; |
DictionaryTest* dictionaryTest() const; |
UnionTypesTest* unionTypesTest() const; |
OriginTrialsTest* originTrialsTest() const; |