| Index: Source/core/dom/TreeScope.h
|
| diff --git a/Source/core/dom/TreeScope.h b/Source/core/dom/TreeScope.h
|
| index 23dfcfb2c739b01d29e6814ff9f47c848383ed64..7e3e0ea659eeea4f0177d65c2ccc355cd1ad9aac 100644
|
| --- a/Source/core/dom/TreeScope.h
|
| +++ b/Source/core/dom/TreeScope.h
|
| @@ -91,8 +91,6 @@ public:
|
| // quirks mode for historical compatibility reasons.
|
| Element* findAnchor(const String& name);
|
|
|
| - bool applyAuthorStyles() const;
|
| -
|
| // Used by the basic DOM mutation methods (e.g., appendChild()).
|
| void adoptIfNeeded(Node&);
|
|
|
|
|