| Index: Source/core/css/RGBColor.h
|
| diff --git a/Source/core/css/RGBColor.h b/Source/core/css/RGBColor.h
|
| index f2c019bf04addba215e107aeef1bcdaadc6a5791..1b4342a42a42dc8ece7ea6d58ad1b67aab24bb3c 100644
|
| --- a/Source/core/css/RGBColor.h
|
| +++ b/Source/core/css/RGBColor.h
|
| @@ -27,6 +27,7 @@
|
| #ifndef RGBColor_h
|
| #define RGBColor_h
|
|
|
| +#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "platform/graphics/Color.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/RefCounted.h"
|
| @@ -35,7 +36,7 @@ namespace blink {
|
|
|
| class CSSPrimitiveValue;
|
|
|
| -class RGBColor : public RefCountedWillBeGarbageCollected<RGBColor> {
|
| +class RGBColor : public RefCountedWillBeGarbageCollected<RGBColor>, public ScriptWrappableBase {
|
| public:
|
| static PassRefPtrWillBeRawPtr<RGBColor> create(unsigned rgbColor);
|
|
|
|
|