Index: Source/core/dom/DOMRect.h |
diff --git a/Source/core/dom/DOMRect.h b/Source/core/dom/DOMRect.h |
index fd68db9207b4219b0a89ca3cf60fedae0fab158e..c9154c20faf97f4ad5987ae5a7db6a304d12a880 100644 |
--- a/Source/core/dom/DOMRect.h |
+++ b/Source/core/dom/DOMRect.h |
@@ -11,6 +11,7 @@ |
namespace blink { |
class DOMRect final : public DOMRectReadOnly { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static DOMRect* create(double x = 0, double y = 0, double width = 0, double height = 0); |