Index: Source/core/page/ChromeClient.h |
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h |
index 0292841eaf736b252e02c80b5be267ac88814786..3fb521b9881cca0f398cd4c2a4a240b69e7c3704 100644 |
--- a/Source/core/page/ChromeClient.h |
+++ b/Source/core/page/ChromeClient.h |
@@ -190,7 +190,7 @@ public: |
virtual void setTouchAction(TouchAction) = 0; |
- // Checks if there is an opened popup, called by RenderMenuList::showPopup(). |
+ // Checks if there is an opened popup, called by LayoutMenuList::showPopup(). |
virtual bool hasOpenedPopup() const = 0; |
virtual PassRefPtrWillBeRawPtr<PopupMenu> createPopupMenu(LocalFrame&, PopupMenuClient*) = 0; |
virtual DOMWindow* pagePopupWindowForTesting() const = 0; |