| 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 43aaf0a8818e7d3dffa5b297bf1756910e408cac..109b8fc058b505fbb857e6310c3fe9d97a503efd 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -2229,7 +2229,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
|
|
|