| 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 7e165f6175db8d6007daa951dd36b27630115a6c..e2fad418f13b6833fb91deb050228908227d63e6 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| @@ -284,7 +284,7 @@ Node::InsertionNotificationRequest HTMLLinkElement::insertedInto(ContainerNode*
|
| return InsertionDone;
|
| }
|
|
|
| - document().styleEngine().addStyleSheetCandidateNode(this, m_createdByParser);
|
| + document().styleEngine().addStyleSheetCandidateNode(this);
|
|
|
| process();
|
|
|
|
|