| 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 0408d485de28ed590a33629f8e1b4e7a5026deb2..24fbdf5a1d087348c08c7c374688a09cdd0e9c4c 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -187,7 +187,6 @@ class CORE_EXPORT StyleEngine final
|
| }
|
|
|
| bool hasResolver() const { return m_resolver; }
|
| - void clearResolver();
|
|
|
| StyleInvalidator& styleInvalidator() { return m_styleInvalidator; }
|
| bool mediaQueryAffectedByViewportChange();
|
| @@ -287,6 +286,7 @@ class CORE_EXPORT StyleEngine final
|
| }
|
|
|
| void createResolver();
|
| + void clearResolvers();
|
|
|
| CSSStyleSheet* parseSheet(Element&,
|
| const String& text,
|
|
|