| Index: third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp b/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp
|
| index 1638d3625ff9a5c64ef009cdddb30bae22a642f5..efc65df6fe679afa0b89f32fafd251054ce44f10 100644
|
| --- a/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp
|
| @@ -97,8 +97,8 @@ void installConditionalFeaturesForTests(
|
| if (type == &V8OriginTrialsTest::wrapperTypeInfo) {
|
| if (originTrialContext && originTrialContext->isTrialEnabled("Frobulate")) {
|
| V8OriginTrialsTest::installOriginTrialsSampleAPI(
|
| - scriptState->isolate(), scriptState->world(), v8::Local<v8::Object>(),
|
| - prototypeObject, interfaceObject);
|
| + scriptState, v8::Local<v8::Object>(), prototypeObject,
|
| + interfaceObject);
|
| }
|
| }
|
| }
|
|
|