| 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 008236fb15b0e746e80cddec758bda3025f2cfdc..0671127265fba7fc7f37d1a4b4acf8e8d9fd5da7 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -105,8 +105,7 @@ class CORE_EXPORT StyleEngine final
|
| bool needsActiveStyleUpdate() const;
|
| void setNeedsActiveStyleUpdate(StyleSheet*, StyleResolverUpdateMode);
|
| void addStyleSheetCandidateNode(Node&);
|
| - void removeStyleSheetCandidateNode(Node&);
|
| - void removeStyleSheetCandidateNode(Node&, TreeScope&);
|
| + void removeStyleSheetCandidateNode(Node&, ContainerNode& insertionPoint);
|
| void modifiedStyleSheetCandidateNode(Node&);
|
| void watchedSelectorsChanged();
|
| void initialViewportChanged();
|
|
|