Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Unified Diff: Source/bindings/core/dart/V8Converter.cpp

Issue 1663753002: Apply all blink changes between @202695 and tip of trunk (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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))
« no previous file with comments | « Source/bindings/core/dart/DartUtilities.cpp ('k') | Tools/Scripts/webkitpy/layout_tests/controllers/single_test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698