Index: third_party/WebKit/Source/web/TextFinder.h |
diff --git a/third_party/WebKit/Source/web/TextFinder.h b/third_party/WebKit/Source/web/TextFinder.h |
index 7466c43c118a41a609e28e8dbcd74d49789285cd..36644a832de7a629ed07c761befa93a3057d5f26 100644 |
--- a/third_party/WebKit/Source/web/TextFinder.h |
+++ b/third_party/WebKit/Source/web/TextFinder.h |
@@ -140,9 +140,6 @@ private: |
// propagating the invalidation to child frames. |
void updateFindMatchRects(); |
- // Add a WebKit TextMatch-highlight marker to nodes in a range. |
- void addMarker(Range*, bool activeMatch); |
- |
// Sets the markers within a range as active or inactive. Returns true if at least |
// one such marker found. |
bool setMarkerActive(Range*, bool active); |