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 256116161771d1b75868af397dde742f195a5e95..af67da6c28b719881a15a4bfae37c80006acab5a 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. |