| Index: third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.cpp
|
| index caac2020602009201c124eec9a52ead3bb458564..f467fcc8f2038cb39739cec30f9c38f9d5b4188c 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorImpl.cpp
|
| @@ -105,7 +105,7 @@ v8::MaybeLocal<v8::Value> V8InspectorImpl::callFunction(v8::Local<v8::Function>
|
|
|
| v8::MaybeLocal<v8::Value> V8InspectorImpl::compileAndRunInternalScript(v8::Local<v8::Context> context, v8::Local<v8::String> source)
|
| {
|
| - v8::Local<v8::Script> script = compileScript(context, source, String(), true);
|
| + v8::Local<v8::Script> script = compileScript(context, source, String16(), true);
|
| if (script.IsEmpty())
|
| return v8::MaybeLocal<v8::Value>();
|
| v8::MicrotasksScope microtasksScope(m_isolate, v8::MicrotasksScope::kDoNotRunMicrotasks);
|
|
|