| 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 b1e85dfea8c7116da91adf1b9913152fb5d7395c..54927176ce029bc2d071643281b5e4bfa67c0b9e 100644
|
| --- a/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp
|
| @@ -99,7 +99,7 @@ void installOriginTrialsForTests(ScriptState* scriptState)
|
| v8::Local<v8::Object> global = context->Global();
|
| v8::Isolate* isolate = scriptState->isolate();
|
|
|
| - if (!originTrialContext->featureBindingsInstalled("Frobulate") && originTrialContext->isFeatureEnabled("Frobulate", nullptr)) {
|
| + if (!originTrialContext->featureBindingsInstalled("Frobulate") && originTrialContext->isFeatureEnabled("Frobulate")) {
|
| v8::Local<v8::String> internalsName = v8::String::NewFromOneByte(isolate, reinterpret_cast<const uint8_t*>("internals"), v8::NewStringType::kNormal).ToLocalChecked();
|
| v8::Local<v8::Value> v8Internals = global->Get(context, internalsName).ToLocalChecked();
|
| if (v8Internals->IsObject()) {
|
|
|