| Index: third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.h
|
| diff --git a/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.h b/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.h
|
| index 068dbac782b7a73a968df5dba336839a880d3506..96dfa787ad08f5cf1332102510601a800e80765c 100644
|
| --- a/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.h
|
| +++ b/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.h
|
| @@ -35,11 +35,16 @@ class Value;
|
| template <class T> class Local;
|
| }
|
|
|
| +namespace blink {
|
| +class DOMWrapperWorld;
|
| +}
|
| +
|
| namespace WebCoreTestSupport {
|
|
|
| v8::Local<v8::Value> createInternalsObject(v8::Local<v8::Context>);
|
| void injectInternalsObject(v8::Local<v8::Context>);
|
| void resetInternalsObject(v8::Local<v8::Context>);
|
| +void initializeOriginTrialsForTests(v8::Local<v8::Context>, const blink::DOMWrapperWorld&);
|
|
|
| } // namespace blink
|
|
|
|
|