Index: Source/core/page/ChromeClient.h |
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h |
index f11e6aa478b7eb0749bc157d3360ed4b5a5d36aa..5686c58a3a9d2ae29be08ffdd8a1b65099e23ed3 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) { } |