Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / bindings / core / v8 / custom / V8TrackEventCustom.cpp
index e46c455..4884660 100644 (file)
@@ -41,7 +41,7 @@ namespace blink {
 
 void V8TrackEvent::trackAttributeGetterCustom(const v8::PropertyCallbackInfo<v8::Value>& info)
 {
-    TrackEvent* trackEvent = V8TrackEvent::toNative(info.Holder());
+    TrackEvent* trackEvent = V8TrackEvent::toImpl(info.Holder());
     TrackBase* track = trackEvent->track();
 
     if (!track) {