| Index: Source/bindings/core/dart/V8Converter.cpp
|
| diff --git a/Source/bindings/core/dart/V8Converter.cpp b/Source/bindings/core/dart/V8Converter.cpp
|
| index ab9de996597e875ac81c3861ae363b051c4c65c9..f974e4c46eec7586edc87dad8c84508a12a5453a 100644
|
| --- a/Source/bindings/core/dart/V8Converter.cpp
|
| +++ b/Source/bindings/core/dart/V8Converter.cpp
|
| @@ -140,7 +140,7 @@ v8::Handle<v8::Value> V8Converter::toV8IfBrowserNative(DartDOMData* domData, Dar
|
| return arrayBufferToV8(data, exception);
|
| }
|
| if (Dart_IsTypedData(value))
|
| - return arrayBufferToV8(value, exception);
|
| + return arrayBufferViewToV8(value, exception);
|
| // TODO(terry): Using JS Interop only arrays are converted.
|
| /*
|
| if (DartDOMWrapper::subtypeOf(value, DartBlob::dartClassId))
|
|
|