| Index: Source/bindings/core/v8/custom/V8DataViewCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8DataViewCustom.cpp b/Source/bindings/core/v8/custom/V8DataViewCustom.cpp
|
| index c27d05b1729d9ef1b575e3d0f7d43b97e9245b4b..98510a1411a4aecb6d46ffce1081607864b843e4 100644
|
| --- a/Source/bindings/core/v8/custom/V8DataViewCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8DataViewCustom.cpp
|
| @@ -28,10 +28,13 @@
|
|
|
| #include "bindings/core/v8/V8Binding.h"
|
| #include "bindings/core/v8/custom/V8ArrayBufferViewCustom.h"
|
| +#include "bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| #include "core/html/canvas/DataView.h"
|
|
|
| namespace blink {
|
|
|
| +const WrapperTypeInfo& DataView::s_wrapperTypeInfo = V8TypedArray<DataView>::wrapperTypeInfo;
|
| +
|
| static void initializeScriptWrappableForInterface(DataView* object)
|
| {
|
| if (ScriptWrappable::wrapperCanBeStoredInObject(object))
|
|
|