Index: Source/core/frame/Location.h |
diff --git a/Source/core/frame/Location.h b/Source/core/frame/Location.h |
index be9dbce7d255d9749c8b72e88156129dd1ed39ff..69cbe4adeb4380bd47086fca71a3fe38a0b61798 100644 |
--- a/Source/core/frame/Location.h |
+++ b/Source/core/frame/Location.h |
@@ -44,6 +44,7 @@ class LocalFrame; |
class KURL; |
class Location FINAL : public RefCountedWillBeGarbageCollectedFinalized<Location>, public ScriptWrappable, public DOMWindowProperty { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<Location> create(LocalFrame* frame) |
{ |