Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Unified Diff: third_party/WebKit/Source/core/html/HTMLLinkElement.cpp

Issue 1754863002: Remove unused createdByParser flags and arguments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Second try Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698