Index: third_party/WebKit/Source/core/dom/Document.cpp |
diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp |
index 39cc41ea019a37bff37e21b26bed993b5b627160..37255628d5d41f2f0e49f0d5a025f1f00dac5370 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.cpp |
+++ b/third_party/WebKit/Source/core/dom/Document.cpp |
@@ -2226,7 +2226,7 @@ void Document::layoutUpdated() { |
if (frame() && frame()->page()) |
frame()->page()->chromeClient().layoutUpdated(frame()); |
- markers().invalidateRectsForAllMarkers(); |
+ markers().invalidateRectsForAllTextMatchMarkers(); |
// The layout system may perform layouts with pending stylesheets. When |
// recording first layout time, we ignore these layouts, since painting is |