| Index: Source/WebCore/bindings/dart/custom/DartInt8ArrayCustom.cpp
|
| diff --git a/Source/WebCore/bindings/dart/custom/DartInt8ArrayCustom.cpp b/Source/WebCore/bindings/dart/custom/DartInt8ArrayCustom.cpp
|
| index bfb2f01b61435db1195c8f5a787c29f964b0a2d8..5e4e9d70e1ac5c1aeae8462579c63a78a4b5f856 100644
|
| --- a/Source/WebCore/bindings/dart/custom/DartInt8ArrayCustom.cpp
|
| +++ b/Source/WebCore/bindings/dart/custom/DartInt8ArrayCustom.cpp
|
| @@ -44,7 +44,7 @@ namespace DartInt8ArrayInternal {
|
|
|
| void constructorCallback(Dart_NativeArguments args)
|
| {
|
| - WebCore::DartArrayBufferViewInternal::constructWebGLArray<Int8Array, int8_t>(args);
|
| + WebCore::DartArrayBufferViewInternal::createWebGLArray<Int8Array, int8_t>(args);
|
| }
|
|
|
| void numericIndexSetterCallback(Dart_NativeArguments args)
|
|
|