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