| Index: Source/core/css/CSSRuleList.h
|
| diff --git a/Source/core/css/CSSRuleList.h b/Source/core/css/CSSRuleList.h
|
| index 81ae2b9e752bac8e9f13d81abea4192f584912e2..cf93c8da25953a74d79158159696546f505adf4b 100644
|
| --- a/Source/core/css/CSSRuleList.h
|
| +++ b/Source/core/css/CSSRuleList.h
|
| @@ -22,6 +22,7 @@
|
| #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"
|
| @@ -32,7 +33,7 @@ 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:
|
|
|