| 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();
|
|
|