Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: Source/bindings/core/v8/custom/V8TrackEventCustom.cpp

Issue 537403002: bindings: Renames from/toInternalPointer, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {
« no previous file with comments | « Source/bindings/core/v8/custom/V8PopStateEventCustom.cpp ('k') | Source/bindings/core/v8/custom/V8TypedArrayCustom.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698