| Index: third_party/WebKit/Source/core/dom/StyleEngine.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.h b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| index 367649c1d35c116059feb1006c5601b32239a8ee..498f48c2d94150d07b5ca7210f71b8ca18637823 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -86,7 +86,7 @@ public:
|
| const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet>> activeStyleSheetsForInspector() const;
|
|
|
| void modifiedStyleSheet(StyleSheet*);
|
| - void addStyleSheetCandidateNode(Node*, bool createdByParser);
|
| + void addStyleSheetCandidateNode(Node*);
|
| void removeStyleSheetCandidateNode(Node*);
|
| void removeStyleSheetCandidateNode(Node*, TreeScope&);
|
| void modifiedStyleSheetCandidateNode(Node*);
|
|
|