Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / timing / PerformanceNavigation.cpp
index ff4865b..9abbabb 100644 (file)
@@ -40,7 +40,6 @@ namespace blink {
 PerformanceNavigation::PerformanceNavigation(LocalFrame* frame)
     : DOMWindowProperty(frame)
 {
-    ScriptWrappable::init(this);
 }
 
 unsigned short PerformanceNavigation::type() const
@@ -79,4 +78,9 @@ unsigned short PerformanceNavigation::redirectCount() const
     return timing->redirectCount();
 }
 
+void PerformanceNavigation::trace(Visitor* visitor)
+{
+    DOMWindowProperty::trace(visitor);
+}
+
 } // namespace blink