Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / bindings / core / v8 / custom / V8PopStateEventCustom.cpp
index 32c5ac7..1b2d570 100644 (file)
@@ -55,7 +55,7 @@ void V8PopStateEvent::stateAttributeGetterCustom(const v8::PropertyCallbackInfo<
         return;
     }
 
-    PopStateEvent* event = V8PopStateEvent::toNative(info.Holder());
+    PopStateEvent* event = V8PopStateEvent::toImpl(info.Holder());
     History* history = event->history();
     if (!history || !event->serializedState()) {
         if (!event->serializedState()) {