| Index: sky/engine/core/html/HTMLStyleElement.h
|
| diff --git a/sky/engine/core/html/HTMLStyleElement.h b/sky/engine/core/html/HTMLStyleElement.h
|
| index 5c3ddd0dca10ffec7056c3c1e25055cdc14ac7ee..03c9c729137bae36d5733f43940e616a49dc36f4 100644
|
| --- a/sky/engine/core/html/HTMLStyleElement.h
|
| +++ b/sky/engine/core/html/HTMLStyleElement.h
|
| @@ -43,7 +43,6 @@ public:
|
| CSSStyleSheet* sheet() const { return m_sheet.get(); }
|
|
|
| const AtomicString& media() const;
|
| - const AtomicString& type() const;
|
|
|
| private:
|
| HTMLStyleElement(Document&);
|
|
|