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 18bca8c47586a261e86240a7e9a18f307e94da8f..12d1b71d62452fef1abe562619b88f4ec7217bc0 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.cpp |
+++ b/third_party/WebKit/Source/core/dom/Document.cpp |
@@ -2230,7 +2230,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 |