Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / CSSRuleList.h
index 81b0fcf..cf93c8d 100644 (file)
 #ifndef CSSRuleList_h
 #define CSSRuleList_h
 
+#include "bindings/core/v8/ScriptWrappable.h"
 #include "platform/heap/Handle.h"
 #include "wtf/PassRefPtr.h"
 #include "wtf/RefPtr.h"
 #include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 class CSSRule;
 class CSSStyleSheet;
 
-class CSSRuleList : public NoBaseWillBeGarbageCollectedFinalized<CSSRuleList> {
+class CSSRuleList : public NoBaseWillBeGarbageCollectedFinalized<CSSRuleList>, public ScriptWrappable {
     WTF_MAKE_NONCOPYABLE(CSSRuleList);
     WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
 public:
@@ -114,6 +115,6 @@ private:
     RawPtrWillBeMember<Rule> m_rule;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // CSSRuleList_h