| 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 65d35a495c2bea315b815a173f321f985edba6f6..b43eaed76c36ce30fae05fc568703f08ab850812 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| @@ -156,8 +156,8 @@ void StyleEngine::resetCSSFeatureFlags(const RuleFeatureSet& features)
|
| void StyleEngine::injectAuthorSheet(PassRefPtrWillBeRawPtr<StyleSheetContents> authorSheet)
|
| {
|
| m_injectedAuthorStyleSheets.append(CSSStyleSheet::create(authorSheet, m_document));
|
| - document().addedStyleSheet(m_injectedAuthorStyleSheets.last().get());
|
| markDocumentDirty();
|
| + document().addedStyleSheet(m_injectedAuthorStyleSheets.last().get());
|
| }
|
|
|
| void StyleEngine::addPendingSheet()
|
|
|