Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / frame / Location.cpp
index e651dff..023edca 100644 (file)
@@ -44,7 +44,11 @@ namespace blink {
 Location::Location(LocalFrame* frame)
     : DOMWindowProperty(frame)
 {
-    ScriptWrappable::init(this);
+}
+
+void Location::trace(Visitor* visitor)
+{
+    DOMWindowProperty::trace(visitor);
 }
 
 inline const KURL& Location::url() const