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

Unified Diff: third_party/WebCore/bindings/scripts/test/TestTypedArray.idl

Issue 10825350: Roll IDL to multivm@762 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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
« no previous file with comments | « third_party/WebCore/bindings/scripts/test/TestObj.idl ('k') | third_party/WebCore/dom/Document.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/bindings/scripts/test/TestTypedArray.idl
diff --git a/third_party/WebCore/bindings/scripts/test/TestTypedArray.idl b/third_party/WebCore/bindings/scripts/test/TestTypedArray.idl
index e816b3860f9fcfedf44266885fcb5487d12292b4..239680c55a911f683d29aed37b74d7f45295c86f 100644
--- a/third_party/WebCore/bindings/scripts/test/TestTypedArray.idl
+++ b/third_party/WebCore/bindings/scripts/test/TestTypedArray.idl
@@ -26,15 +26,17 @@
module html {
interface [
- CustomConstructor,
+ ConstructorTemplate=TypedArray,
ConstructorParameters=123,
NumericIndexedGetter,
CustomIndexedSetter,
JSGenerateToNativeObject,
JSNoStaticTables,
CustomToJSObject,
- DoNotCheckConstants
+ DoNotCheckConstants,
+ TypedArray=double
] Float64Array : ArrayBufferView {
Int32Array foo(in Float32Array array);
+ void set();
};
}
« no previous file with comments | « third_party/WebCore/bindings/scripts/test/TestObj.idl ('k') | third_party/WebCore/dom/Document.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698