| Index: third_party/WebKit/Source/core/inspector/InspectorFrontendClient.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorFrontendClient.h b/third_party/WebKit/Source/core/inspector/InspectorFrontendClient.h
|
| index 3f11b9e46f31fae6db819f9b0b58d2f14d24c52a..e7f6e84943f26e060cd1a94d99e008cf8b0ce3a5 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorFrontendClient.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorFrontendClient.h
|
| @@ -47,7 +47,7 @@ public:
|
|
|
| virtual bool isUnderTest() = 0;
|
|
|
| - virtual void showContextMenu(LocalFrame* targetFrame, float x, float y, PassRefPtrWillBeRawPtr<ContextMenuProvider>) = 0;
|
| + virtual void showContextMenu(LocalFrame* targetFrame, float x, float y, RawPtr<ContextMenuProvider>) = 0;
|
|
|
| virtual void setInjectedScriptForOrigin(const String& origin, const String& source) = 0;
|
| };
|
|
|