| Index: third_party/WebKit/Source/core/dom/StyleElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleElement.cpp b/third_party/WebKit/Source/core/dom/StyleElement.cpp
|
| index 265bf5010ee54973e13f607d33675de45526a937..690d9d17d1fc08b0adf602928f5f6f8d63f8ceaa 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleElement.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StyleElement.cpp
|
| @@ -68,7 +68,7 @@ StyleElement::ProcessingResult StyleElement::processStyleSheet(Document& documen
|
| ASSERT(element->inDocument());
|
|
|
| m_registeredAsCandidate = true;
|
| - document.styleEngine().addStyleSheetCandidateNode(element, m_createdByParser);
|
| + document.styleEngine().addStyleSheetCandidateNode(element);
|
| if (m_createdByParser)
|
| return ProcessingSuccessful;
|
|
|
|
|