| Index: Source/core/dom/DOMRectReadOnly.h
|
| diff --git a/Source/core/dom/DOMRectReadOnly.h b/Source/core/dom/DOMRectReadOnly.h
|
| index e82bb3c71824941f8991f4d66c85cdac6545684a..54db20d5cd61f83b829939f17ce6849080ee2eeb 100644
|
| --- a/Source/core/dom/DOMRectReadOnly.h
|
| +++ b/Source/core/dom/DOMRectReadOnly.h
|
| @@ -5,11 +5,12 @@
|
| #ifndef DOMRectReadOnly_h
|
| #define DOMRectReadOnly_h
|
|
|
| +#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace WebCore {
|
|
|
| -class DOMRectReadOnly : public GarbageCollected<DOMRectReadOnly> {
|
| +class DOMRectReadOnly : public GarbageCollected<DOMRectReadOnly>, public ScriptWrappableBase {
|
| public:
|
| static DOMRectReadOnly* create(double x, double y, double width, double height);
|
|
|
|
|