Index: third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.cpp |
diff --git a/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.cpp b/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.cpp |
index e048001f4d670aff642a9137764c26e81cae9665..c11282e164d3e481b2cd6b73dad6794502d229db 100644 |
--- a/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.cpp |
+++ b/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.cpp |
@@ -44,7 +44,7 @@ TreeScopeStyleSheetCollection::TreeScopeStyleSheetCollection(TreeScope& treeScop |
{ |
} |
-void TreeScopeStyleSheetCollection::addStyleSheetCandidateNode(Node* node, bool createdByParser) |
+void TreeScopeStyleSheetCollection::addStyleSheetCandidateNode(Node* node) |
{ |
if (!node->inDocument()) |
return; |