| Index: Source/core/dom/DOMPointReadOnly.h
|
| diff --git a/Source/core/dom/DOMPointReadOnly.h b/Source/core/dom/DOMPointReadOnly.h
|
| index f34bc563b7ba46e8e9422ec8e2e5cf51c4b00243..5602e53a9ff3f0437054cb33f53617b31e19d088 100644
|
| --- a/Source/core/dom/DOMPointReadOnly.h
|
| +++ b/Source/core/dom/DOMPointReadOnly.h
|
| @@ -20,7 +20,7 @@ public:
|
| double z() const { return m_z; }
|
| double w() const { return m_w; }
|
|
|
| - DEFINE_INLINE_TRACE() { }
|
| + DEFINE_INLINE_VIRTUAL_TRACE() { }
|
|
|
| protected:
|
| DOMPointReadOnly(double x, double y, double z, double w);
|
|
|