| Index: third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| diff --git a/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.h b/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| index 09be53eaca3b1c1e42bd159e20ac13b93dc82d29..c651de87525e0a277efb22486c1acbba93798f76 100644
|
| --- a/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| +++ b/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| @@ -47,7 +47,7 @@ class StyleRuleFontFace;
|
|
|
| class CORE_EXPORT TreeScopeStyleSheetCollection : public StyleSheetCollection {
|
| public:
|
| - void addStyleSheetCandidateNode(Node*, bool createdByParser);
|
| + void addStyleSheetCandidateNode(Node*);
|
| void removeStyleSheetCandidateNode(Node* node) { m_styleSheetCandidateNodes.remove(node); }
|
| bool hasStyleSheetCandidateNodes() const { return !m_styleSheetCandidateNodes.isEmpty(); }
|
|
|
|
|