| Index: Source/bindings/modules/v8/custom/V8DeviceMotionEventCustom.cpp
|
| diff --git a/Source/bindings/modules/v8/custom/V8DeviceMotionEventCustom.cpp b/Source/bindings/modules/v8/custom/V8DeviceMotionEventCustom.cpp
|
| index daef42bd093f8fb596ea0c81395db48268f74ca9..83981e1098f78d6a2a3f7e1e2c53401cc17e411e 100644
|
| --- a/Source/bindings/modules/v8/custom/V8DeviceMotionEventCustom.cpp
|
| +++ b/Source/bindings/modules/v8/custom/V8DeviceMotionEventCustom.cpp
|
| @@ -102,7 +102,7 @@ DeviceMotionData::RotationRate* readRotationRateArgument(v8::Local<v8::Value> va
|
|
|
| void V8DeviceMotionEvent::initDeviceMotionEventMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| - DeviceMotionEvent* impl = V8DeviceMotionEvent::toNative(info.Holder());
|
| + DeviceMotionEvent* impl = V8DeviceMotionEvent::toImpl(info.Holder());
|
| v8::Isolate* isolate = info.GetIsolate();
|
| TOSTRING_VOID(V8StringResource<>, type, info[0]);
|
| bool bubbles = info[1]->BooleanValue();
|
|
|