| Index: Source/bindings/core/dart/V8Converter.cpp
|
| diff --git a/Source/bindings/core/dart/V8Converter.cpp b/Source/bindings/core/dart/V8Converter.cpp
|
| index 31d0874f504ffab8fd0771c1c3dc0a5935f120c4..2200818f5c2df1a4bcfa81b3279b17e9d4bfa88c 100644
|
| --- a/Source/bindings/core/dart/V8Converter.cpp
|
| +++ b/Source/bindings/core/dart/V8Converter.cpp
|
| @@ -142,7 +142,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))
|
|
|