Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Unified Diff: sky/engine/core/css/StyleSheetList.h

Issue 780483002: Remove the CSSOM. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/css/StyleSheet.idl ('k') | sky/engine/core/css/StyleSheetList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « sky/engine/core/css/StyleSheet.idl ('k') | sky/engine/core/css/StyleSheetList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698