Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 9eba528a26263475bce43a01a125a8725d22dbff..823b99f80d4685359a5e38df18d6f8580011d4ca 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -353,7 +353,7 @@ public: |
// Keyboard event to the Right Mouse button down event. |
bool sendContextMenuEvent(const WebKeyboardEvent&); |
- void showContextMenuAtPoint(float x, float y, PassRefPtr<ContextMenuProvider>); |
+ void showContextMenuAtPoint(float x, float y, PassRefPtrWillBeRawPtr<ContextMenuProvider>); |
// Notifies the WebView that a load has been committed. isNewNavigation |
// will be true if a new session history item should be created for that |