| Index: Source/core/dom/shadow/ShadowRoot.h
|
| diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h
|
| index 78230f2b69b500c73794027dfa2927946ed6a513..4f69957b531c10a437b86db12fc685de6a5ab5df 100644
|
| --- a/Source/core/dom/shadow/ShadowRoot.h
|
| +++ b/Source/core/dom/shadow/ShadowRoot.h
|
| @@ -122,7 +122,6 @@ public:
|
| PassRefPtr<Node> cloneNode(ExceptionState& exceptionState) { return cloneNode(true, exceptionState); }
|
|
|
| StyleSheetList* styleSheets();
|
| - bool isActiveForStyling() const;
|
|
|
| private:
|
| ShadowRoot(Document&, ShadowRootType);
|
|
|