| Index: Source/web/InspectorClientImpl.h
|
| diff --git a/Source/web/InspectorClientImpl.h b/Source/web/InspectorClientImpl.h
|
| index a81c737ac51f78672fe1694dc48375f9cfd707e2..b5be6f24d8685347b917f9cb9a5184673e2b0fa9 100644
|
| --- a/Source/web/InspectorClientImpl.h
|
| +++ b/Source/web/InspectorClientImpl.h
|
| @@ -70,7 +70,6 @@ public:
|
| virtual float minimumPageScaleFactor() override;
|
| virtual float maximumPageScaleFactor() override;
|
| virtual void setPageScaleFactor(float) override;
|
| - virtual void showContextMenu(float x, float y, PassRefPtrWillBeRawPtr<ContextMenuProvider>) override;
|
|
|
| virtual void dispatchKeyEvent(const PlatformKeyboardEvent&) override;
|
| virtual void dispatchMouseEvent(const PlatformMouseEvent&) override;
|
|
|