| 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 1421e186c04a8b70f51eeb376de4360b680f7b5e..7fddbfb67796c0e442dc46b9f7fd121bc45daa4d 100644
|
| --- a/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp
|
| @@ -103,7 +103,7 @@ void installOriginTrialsForTests(ScriptState* scriptState)
|
| v8::Local<v8::Value> v8Internals = global->Get(context, internalsName).ToLocalChecked();
|
| if (v8Internals->IsObject()) {
|
| v8::Local<v8::Object> internals = v8Internals->ToObject();
|
| - if (!originTrialContext->featureBindingsInstalled("Frobulate") && originTrialContext->isFeatureEnabled("Frobulate", nullptr)) {
|
| + if (!originTrialContext->featureBindingsInstalled("Frobulate") && originTrialContext->isFeatureEnabled("Frobulate")) {
|
| if (executionContext->isDocument())
|
| V8Internals::installOriginTrialsSampleAPI(scriptState, internals);
|
| else if (executionContext->isWorkerGlobalScope())
|
|
|