| Index: third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp b/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| index ae4f4dd33c61a07379bb4d6c073955834bde5257..e82cdbe50f0489a69f7a0cd48b5dff419e8f7ab3 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| @@ -99,7 +99,7 @@ void HTMLLinkElement::parseAttribute(const QualifiedName& name,
|
| } else {
|
| if (name == titleAttr) {
|
| if (LinkStyle* link = linkStyle())
|
| - link->setSheetTitle(value, StyleEngine::UpdateActiveSheets);
|
| + link->setSheetTitle(value);
|
| }
|
|
|
| HTMLElement::parseAttribute(name, oldValue, value);
|
|
|