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

Unified Diff: Source/core/css/StyleSheet.h

Issue 19007004: Get rid of CSSStyleSheet special casing in the bindings generator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months 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 | « Source/core/css/CSSStyleSheet.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/StyleSheet.h
diff --git a/Source/core/css/StyleSheet.h b/Source/core/css/StyleSheet.h
index 8c513eff8f5c6f60fbabd818b38b8ac840a3d729..6ca572eff46b5846ac07ac5d33fcab516719a76c 100644
--- a/Source/core/css/StyleSheet.h
+++ b/Source/core/css/StyleSheet.h
@@ -27,7 +27,7 @@
namespace WebCore {
-class CSSImportRule;
+class CSSRule;
class KURL;
class MediaList;
class Node;
@@ -46,7 +46,7 @@ public:
virtual MediaList* media() const { return 0; }
virtual String type() const = 0;
- virtual CSSImportRule* ownerRule() const { return 0; }
+ virtual CSSRule* ownerRule() const { return 0; }
virtual void clearOwnerNode() = 0;
virtual KURL baseURL() const = 0;
virtual bool isLoading() const = 0;
« no previous file with comments | « Source/core/css/CSSStyleSheet.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698