Index: Source/bindings/core/v8/custom/V8TrackEventCustom.cpp |
diff --git a/Source/bindings/core/v8/custom/V8TrackEventCustom.cpp b/Source/bindings/core/v8/custom/V8TrackEventCustom.cpp |
index e46c455cd5c6a10e63f3c5a5576b5b7ff17d5812..48846606754b3ef37f342a07a7ec5b58de81d27f 100644 |
--- a/Source/bindings/core/v8/custom/V8TrackEventCustom.cpp |
+++ b/Source/bindings/core/v8/custom/V8TrackEventCustom.cpp |
@@ -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) { |