| 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 4666e2ddccb86b1b7bc83e1c785bf7a3e74a7b10..1aa46b4960bb6d2fdbf505984f78e3577e01e586 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -68,6 +68,7 @@ class Node;
|
| class OriginTrialsTest;
|
| class Page;
|
| class Range;
|
| +class RecordTest;
|
| class SerializedScriptValue;
|
| class ShadowRoot;
|
| class TypeConversions;
|
| @@ -380,6 +381,7 @@ class Internals final : public GarbageCollected<Internals>,
|
| const String& scheme);
|
|
|
| TypeConversions* typeConversions() const;
|
| + RecordTest* recordTest() const;
|
| DictionaryTest* dictionaryTest() const;
|
| UnionTypesTest* unionTypesTest() const;
|
| OriginTrialsTest* originTrialsTest() const;
|
|
|