| 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 c74a35d0eff8cccb30dd255013b8b8bc0f089c24..5409638e150a966234b5c0f1ae6144013b55c8ad 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -123,6 +123,7 @@
|
| #include "core/testing/LayerRectList.h"
|
| #include "core/testing/MockHyphenation.h"
|
| #include "core/testing/OriginTrialsTest.h"
|
| +#include "core/testing/RecordTest.h"
|
| #include "core/testing/TypeConversions.h"
|
| #include "core/testing/UnionTypesTest.h"
|
| #include "core/workers/WorkerThread.h"
|
| @@ -2366,6 +2367,10 @@ DictionaryTest* Internals::dictionaryTest() const {
|
| return DictionaryTest::create();
|
| }
|
|
|
| +RecordTest* Internals::recordTest() const {
|
| + return RecordTest::create();
|
| +}
|
| +
|
| UnionTypesTest* Internals::unionTypesTest() const {
|
| return UnionTypesTest::create();
|
| }
|
|
|