| Index: Source/bindings/core/v8/custom/V8EventCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8EventCustom.cpp b/Source/bindings/core/v8/custom/V8EventCustom.cpp
|
| index 37f8d53c60b2fdafe42c3cf7bc219f88b1f20065..ee9eacb138e71b94258f0930b04a0c0de49bf275 100644
|
| --- a/Source/bindings/core/v8/custom/V8EventCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8EventCustom.cpp
|
| @@ -41,7 +41,7 @@ namespace blink {
|
|
|
| void V8Event::clipboardDataAttributeGetterCustom(const v8::PropertyCallbackInfo<v8::Value>& info)
|
| {
|
| - Event* event = V8Event::toNative(info.Holder());
|
| + Event* event = V8Event::toImpl(info.Holder());
|
|
|
| if (event->isClipboardEvent()) {
|
| v8SetReturnValueFast(info, static_cast<ClipboardEvent*>(event)->clipboardData(), event);
|
|
|