Index: third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp |
diff --git a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp |
index 85976c3edfab1f1e0c60c72bde99f25dd0c5442a..b039ef8a509bc493a6ea1b808c190971f5834c0a 100644 |
--- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp |
+++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp |
@@ -204,8 +204,7 @@ void ProcessingInstruction::setCSSStyleSheet( |
cssSheet->setDisabled(m_alternate); |
cssSheet->setTitle(m_title); |
if (!m_alternate && !m_title.isEmpty()) |
- document().styleEngine().setPreferredStylesheetSetNameIfNotSet( |
- m_title, StyleEngine::DontUpdateActiveSheets); |
+ document().styleEngine().setPreferredStylesheetSetNameIfNotSet(m_title); |
cssSheet->setMediaQueries(MediaQuerySet::create(m_media)); |
m_sheet = cssSheet; |