Index: Source/WebCore/page/BarInfo.cpp |
diff --git a/Source/WebCore/page/BarInfo.cpp b/Source/WebCore/page/BarInfo.cpp |
index 36b2ad6a702a18ccc4b195876f8e2587a8afdc3c..b99ff42810ef7d582e600275153f96670d11e504 100644 |
--- a/Source/WebCore/page/BarInfo.cpp |
+++ b/Source/WebCore/page/BarInfo.cpp |
@@ -39,6 +39,7 @@ BarInfo::BarInfo(Frame* frame, Type type) |
: DOMWindowProperty(frame) |
, m_type(type) |
{ |
+ ScriptWrappable::init(this); |
} |
BarInfo::Type BarInfo::type() const |