| Index: third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.cpp b/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| index 11b0c7645a06a96d0478b57a1b440500e9764f5c..6e393bebfb547de3a2bbbdc9ddeb2f05a1237318 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| @@ -157,7 +157,7 @@
|
| {
|
| m_injectedAuthorStyleSheets.append(CSSStyleSheet::create(authorSheet, m_document));
|
| markDocumentDirty();
|
| - resolverChanged(FullStyleUpdate);
|
| + resolverChanged(AnalyzedStyleUpdate);
|
| }
|
|
|
| void StyleEngine::addPendingSheet()
|
|
|