Index: Source/core/testing/LayerRect.h |
diff --git a/Source/core/testing/LayerRect.h b/Source/core/testing/LayerRect.h |
index ead01242ed080db2249c33ee0bd64e4b7a50252c..98aaa55c132331fd98d735fde70a449b3752fd47 100644 |
--- a/Source/core/testing/LayerRect.h |
+++ b/Source/core/testing/LayerRect.h |
@@ -44,6 +44,7 @@ namespace blink { |
class Node; |
class LayerRect FINAL : public RefCountedWillBeGarbageCollectedFinalized<LayerRect>, public ScriptWrappable { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<LayerRect> create(PassRefPtrWillBeRawPtr<Node> node, const String& layerType, int nodeOffsetX, int nodeOffsetY, PassRefPtrWillBeRawPtr<ClientRect> rect) |
{ |
@@ -82,4 +83,4 @@ private: |
} // namespace blink |
-#endif |
+#endif // LayerRect_h |