| Index: Source/core/dom/DOMPointReadOnly.h
|
| diff --git a/Source/core/dom/DOMPointReadOnly.h b/Source/core/dom/DOMPointReadOnly.h
|
| index 14111603635989c111327cd53fa0661e16f664e4..96e1efd35245d0f0958637df2f83838e6b15e558 100644
|
| --- a/Source/core/dom/DOMPointReadOnly.h
|
| +++ b/Source/core/dom/DOMPointReadOnly.h
|
| @@ -10,7 +10,8 @@
|
|
|
| namespace blink {
|
|
|
| -class DOMPointReadOnly : public GarbageCollected<DOMPointReadOnly>, public ScriptWrappableBase {
|
| +class DOMPointReadOnly : public GarbageCollected<DOMPointReadOnly>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static DOMPointReadOnly* create(double x, double y, double z, double w);
|
|
|
|
|