| Index: Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp b/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| index 394524b9719ff09ed07593c4095059fd7f2d46ae..6fef29ec3121543ab2254e89c911459fb5e187d8 100644
|
| --- a/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| @@ -69,7 +69,7 @@ static bool populateContextMenuItems(v8::Local<v8::Array>& itemArray, ContextMen
|
| v8::Local<v8::Value> subItems = item->Get(v8AtomicString(isolate, "subItems"));
|
| if (!type->IsString())
|
| continue;
|
| - String typeString = toWebCoreStringWithNullCheck(type.As<v8::String>());
|
| + String typeString = toCoreStringWithNullCheck(type.As<v8::String>());
|
| if (typeString == "separator") {
|
| ContextMenuItem item(ContextMenuItem(SeparatorType,
|
| ContextMenuItemCustomTagNoAction,
|
|
|