Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / frame / BarProp.cpp
index 42ec4cf..47712b4 100644 (file)
@@ -39,7 +39,11 @@ BarProp::BarProp(LocalFrame* frame, Type type)
     : DOMWindowProperty(frame)
     , m_type(type)
 {
-    ScriptWrappable::init(this);
+}
+
+void BarProp::trace(Visitor* visitor)
+{
+    DOMWindowProperty::trace(visitor);
 }
 
 bool BarProp::visible() const