Index: Source/core/frame/History.h |
diff --git a/Source/core/frame/History.h b/Source/core/frame/History.h |
index 250676451f7cab5d65d7166a06067ca3706278b4..3e46eb534c62aab3ea57489dc9ba3e47dacec79a 100644 |
--- a/Source/core/frame/History.h |
+++ b/Source/core/frame/History.h |
@@ -43,6 +43,7 @@ class ExecutionContext; |
class ExceptionState; |
class History FINAL : public RefCountedWillBeGarbageCollectedFinalized<History>, public ScriptWrappable, public DOMWindowProperty { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<History> create(LocalFrame* frame) |
{ |