| Index: Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp b/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| index d0870df867121bdd08d2cb0013af81d7e35f1735..5d3452beb229450172b3025a840b301d8cddcfab 100644
|
| --- a/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| @@ -101,7 +101,7 @@ void V8InspectorFrontendHost::showContextMenuMethodCustom(const v8::FunctionCall
|
| return;
|
|
|
| v8::Local<v8::Object> eventWrapper = v8::Local<v8::Object>::Cast(args[0]);
|
| - if (!V8MouseEvent::info.equals(toWrapperTypeInfo(eventWrapper)))
|
| + if (!V8MouseEvent::wrapperTypeInfo.equals(toWrapperTypeInfo(eventWrapper)))
|
| return;
|
|
|
| Event* event = V8Event::toNative(eventWrapper);
|
|
|