| Index: third_party/WebKit/Source/core/testing/WorkerInternals.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/WorkerInternals.cpp b/third_party/WebKit/Source/core/testing/WorkerInternals.cpp
|
| index 703ba38664853fd46528c5a40fdce6040a5b5ca5..8407a413987ab40e80af1d87699a2700bfaf7f20 100644
|
| --- a/third_party/WebKit/Source/core/testing/WorkerInternals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/WorkerInternals.cpp
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "core/testing/WorkerInternals.h"
|
|
|
| +#include "core/testing/OriginTrialsTest.h"
|
| +
|
| namespace blink {
|
|
|
| // static
|
| @@ -20,4 +22,9 @@ WorkerInternals::WorkerInternals(ScriptState*)
|
| {
|
| }
|
|
|
| +OriginTrialsTest* WorkerInternals::originTrialsTest() const
|
| +{
|
| + return OriginTrialsTest::create();
|
| +}
|
| +
|
| } // namespace blink
|
|
|