| 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 54927176ce029bc2d071643281b5e4bfa67c0b9e..d1ba7f994acd434abe9e6dba68d03ed2ecb79ad5 100644
|
| --- a/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp
|
| @@ -66,7 +66,7 @@ void injectInternalsObject(v8::Local<v8::Context> context)
|
| if (internals.IsEmpty())
|
| return;
|
|
|
| - v8CallOrCrash(global->Set(scriptState->context(), v8AtomicString(scriptState->isolate(), Internals::internalsId), internals));
|
| + global->Set(scriptState->context(), v8AtomicString(scriptState->isolate(), Internals::internalsId), internals).ToChecked();
|
|
|
| // Set origin trials installation function to |installOriginTrialsForTests|
|
| if (!s_originalInstallOriginTrialsFunction) {
|
|
|