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

Unified Diff: Source/WebCore/bindings/dart/custom/DartInt16ArrayCustom.cpp

Issue 9288026: Switch to using dartdomgenerator.py for Dart interface and implementation generation. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Address comments Created 8 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/WebCore/bindings/dart/custom/DartInt16ArrayCustom.cpp
diff --git a/Source/WebCore/bindings/dart/custom/DartInt16ArrayCustom.cpp b/Source/WebCore/bindings/dart/custom/DartInt16ArrayCustom.cpp
index 5fce3e5178a138ecc4295ec4c04a47bbf031625f..f9cae80ff1cd46b93c1abe983f52796c9fd2de60 100644
--- a/Source/WebCore/bindings/dart/custom/DartInt16ArrayCustom.cpp
+++ b/Source/WebCore/bindings/dart/custom/DartInt16ArrayCustom.cpp
@@ -44,7 +44,7 @@ namespace DartInt16ArrayInternal {
void constructorCallback(Dart_NativeArguments args)
{
- WebCore::DartArrayBufferViewInternal::constructWebGLArray<Int16Array, int16_t>(args);
+ WebCore::DartArrayBufferViewInternal::createWebGLArray<Int16Array, int16_t>(args);
}
void numericIndexSetterCallback(Dart_NativeArguments args)

Powered by Google App Engine
This is Rietveld 408576698