| Index: Source/WebCore/bindings/dart/custom/DartInt32ArrayCustom.cpp
|
| diff --git a/Source/WebCore/bindings/dart/custom/DartInt32ArrayCustom.cpp b/Source/WebCore/bindings/dart/custom/DartInt32ArrayCustom.cpp
|
| index 85e139f50c27e6960aa9dc5a7827a9e91e3e03be..f420b1b31201bc9189822c13149d225329f218d1 100644
|
| --- a/Source/WebCore/bindings/dart/custom/DartInt32ArrayCustom.cpp
|
| +++ b/Source/WebCore/bindings/dart/custom/DartInt32ArrayCustom.cpp
|
| @@ -44,7 +44,7 @@ namespace DartInt32ArrayInternal {
|
|
|
| void constructorCallback(Dart_NativeArguments args)
|
| {
|
| - WebCore::DartArrayBufferViewInternal::constructWebGLArray<Int32Array, int32_t>(args);
|
| + WebCore::DartArrayBufferViewInternal::createWebGLArray<Int32Array, int32_t>(args);
|
| }
|
|
|
| void numericIndexSetterCallback(Dart_NativeArguments args)
|
|
|