Index: Source/core/page/ChromeClient.h |
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h |
index 2beb05e5de7a04990addd5f3da9bea48ed511c4a..f4819dccff37df1f452c40a96950bfcf0bbbabeb 100644 |
--- a/Source/core/page/ChromeClient.h |
+++ b/Source/core/page/ChromeClient.h |
@@ -196,7 +196,7 @@ public: |
// Checks if there is an opened popup, called by RenderMenuList::showPopup(). |
virtual bool hasOpenedPopup() const = 0; |
- virtual PassRefPtrWillBeRawPtr<PopupMenu> createPopupMenu(LocalFrame&, PopupMenuClient*) const = 0; |
+ virtual PassRefPtrWillBeRawPtr<PopupMenu> createPopupMenu(LocalFrame&, PopupMenuClient*) = 0; |
virtual DOMWindow* pagePopupWindowForTesting() const = 0; |
virtual void postAccessibilityNotification(AXObject*, AXObjectCache::AXNotification) { } |