| Index: sky/engine/core/dom/StyleElement.h
|
| diff --git a/sky/engine/core/dom/StyleElement.h b/sky/engine/core/dom/StyleElement.h
|
| index d812c9329c83b87e52010c580b3e51923f19379a..d2008616922e891b2f9174270c6e8e6dd3db33e5 100644
|
| --- a/sky/engine/core/dom/StyleElement.h
|
| +++ b/sky/engine/core/dom/StyleElement.h
|
| @@ -31,7 +31,7 @@ class Document;
|
| class Element;
|
| class TreeScope;
|
|
|
| -class StyleElement : public DummyBase<void> {
|
| +class StyleElement {
|
| public:
|
| StyleElement(Document*, bool createdByParser);
|
| virtual ~StyleElement();
|
|
|