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

Unified Diff: Source/bindings/modules/v8/custom/V8DeviceOrientationEventCustom.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/modules/v8/custom/V8DeviceOrientationEventCustom.cpp
diff --git a/Source/bindings/modules/v8/custom/V8DeviceOrientationEventCustom.cpp b/Source/bindings/modules/v8/custom/V8DeviceOrientationEventCustom.cpp
index 58a597169ba783d122114587c3126abaf10c9a6d..4938c200b8802709530fb5ee3ca1fe3a1715446f 100644
--- a/Source/bindings/modules/v8/custom/V8DeviceOrientationEventCustom.cpp
+++ b/Source/bindings/modules/v8/custom/V8DeviceOrientationEventCustom.cpp
@@ -34,7 +34,7 @@ namespace blink {
void V8DeviceOrientationEvent::initDeviceOrientationEventMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
{
- DeviceOrientationEvent* impl = V8DeviceOrientationEvent::toNative(info.Holder());
+ DeviceOrientationEvent* impl = V8DeviceOrientationEvent::toImpl(info.Holder());
TOSTRING_VOID(V8StringResource<>, type, info[0]);
bool bubbles = info[1]->BooleanValue();
bool cancelable = info[2]->BooleanValue();

Powered by Google App Engine
This is Rietveld 408576698