| 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..255f3917929d7ec3cfb223708b60f972c75f46ba 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 ScriptState;
|
| +}
|
| +
|
| namespace WebCoreTestSupport {
|
|
|
| v8::Local<v8::Value> createInternalsObject(v8::Local<v8::Context>);
|
| void injectInternalsObject(v8::Local<v8::Context>);
|
| void resetInternalsObject(v8::Local<v8::Context>);
|
| +void installOriginTrialsForTests(blink::ScriptState*);
|
|
|
| } // namespace blink
|
|
|
|
|