| 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 43d7c7999604d82ae085f924838d8e71ea265818..a03c41118fa5ee12de8027143a23f7931141868c 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;
|
| @@ -378,6 +379,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;
|
|
|