Index: Source/core/frame/LocalFrame.h |
diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h |
index 0dbcceb93845fe92fdff4d8b6b4996119dfef184..cc61fd43b21c5a7a5eeef0f95fd8bf065323fd18 100644 |
--- a/Source/core/frame/LocalFrame.h |
+++ b/Source/core/frame/LocalFrame.h |
@@ -143,9 +143,6 @@ namespace WebCore { |
Document* documentAtPoint(const IntPoint& windowPoint); |
PassRefPtrWillBeRawPtr<Range> rangeForPoint(const IntPoint& framePoint); |
- // Should only be called on the main frame of a page. |
- void notifyChromeClientWheelEventHandlerCountChanged() const; |
- |
bool isURLAllowed(const KURL&) const; |
// ======== |