| Index: Source/core/inspector/InspectorController.h
|
| diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h
|
| index ad41dbd4268840b2f976f6850503fc58f4f6bd35..e96fbf5a881cd67905a73b87dc93e1a7fbe3499d 100644
|
| --- a/Source/core/inspector/InspectorController.h
|
| +++ b/Source/core/inspector/InspectorController.h
|
| @@ -88,7 +88,7 @@ public:
|
| void setInspectorFrontendClient(InspectorFrontendClient*);
|
| void didClearDocumentOfWindowObject(LocalFrame*);
|
| void setInjectedScriptForOrigin(const String& origin, const String& source);
|
| - void showContextMenu(float x, float y, PassRefPtr<ContextMenuProvider>);
|
| + void showContextMenu(float x, float y, PassRefPtrWillBeRawPtr<ContextMenuProvider>);
|
|
|
| void dispatchMessageFromFrontend(const String& message);
|
|
|
|
|