Index: third_party/WebKit/Source/core/page/Page.h |
diff --git a/third_party/WebKit/Source/core/page/Page.h b/third_party/WebKit/Source/core/page/Page.h |
index efc713b8d1a58f18c57bf2e4c221dac97b8b7d98..baf263247166215d2b1c6591f37d808f5a9c9325 100644 |
--- a/third_party/WebKit/Source/core/page/Page.h |
+++ b/third_party/WebKit/Source/core/page/Page.h |
@@ -167,8 +167,6 @@ public: |
void setTabKeyCyclesThroughElements(bool b) { m_tabKeyCyclesThroughElements = b; } |
bool tabKeyCyclesThroughElements() const { return m_tabKeyCyclesThroughElements; } |
- void unmarkAllTextMatches(); |
- |
// DefersLoading is used to delay loads during modal dialogs. |
// Modal dialogs are supposed to freeze all background processes |
// in the page, including prevent additional loads from staring/continuing. |