| Index: sky/engine/core/css/StyleSheetList.h
|
| diff --git a/sky/engine/core/css/StyleSheetList.h b/sky/engine/core/css/StyleSheetList.h
|
| index de1f7011825540d148f264352c3df62756d07934..11ef4bf9dce67d2609288849a90247d71d42eff1 100644
|
| --- a/sky/engine/core/css/StyleSheetList.h
|
| +++ b/sky/engine/core/css/StyleSheetList.h
|
| @@ -21,7 +21,6 @@
|
| #ifndef SKY_ENGINE_CORE_CSS_STYLESHEETLIST_H_
|
| #define SKY_ENGINE_CORE_CSS_STYLESHEETLIST_H_
|
|
|
| -#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/core/css/CSSStyleSheet.h"
|
| #include "sky/engine/core/dom/TreeScope.h"
|
| #include "sky/engine/wtf/Forward.h"
|
| @@ -34,8 +33,7 @@ namespace blink {
|
| class HTMLStyleElement;
|
| class StyleSheet;
|
|
|
| -class StyleSheetList : public RefCounted<StyleSheetList>, public ScriptWrappable {
|
| - DEFINE_WRAPPERTYPEINFO();
|
| +class StyleSheetList : public RefCounted<StyleSheetList> {
|
| public:
|
| static PassRefPtr<StyleSheetList> create(TreeScope* treeScope) { return adoptRef(new StyleSheetList(treeScope)); }
|
| ~StyleSheetList();
|
|
|