| Index: sky/engine/core/html/HTMLStyleElement.h
|
| diff --git a/sky/engine/core/html/HTMLStyleElement.h b/sky/engine/core/html/HTMLStyleElement.h
|
| index c6e8656e6ab741eb6004060ccdd7b677e2c579f8..7e6dc423bf46b25d42edf8398210c590d89ceba4 100644
|
| --- a/sky/engine/core/html/HTMLStyleElement.h
|
| +++ b/sky/engine/core/html/HTMLStyleElement.h
|
| @@ -35,7 +35,6 @@ typedef EventSender<HTMLStyleElement> StyleEventSender;
|
|
|
| class HTMLStyleElement final : public HTMLElement, private StyleElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLStyleElement);
|
| public:
|
| static PassRefPtr<HTMLStyleElement> create(Document&, bool createdByParser);
|
| virtual ~HTMLStyleElement();
|
|
|