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

Unified Diff: third_party/WebCore/bindings/scripts/test/TestObj.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/README ('k') | third_party/WebCore/bindings/scripts/test/TestTypedArray.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/TestObj.idl
diff --git a/third_party/WebCore/bindings/scripts/test/TestObj.idl b/third_party/WebCore/bindings/scripts/test/TestObj.idl
index c8a7a02a923bd040e39739b1f03381d3d93845ec..2ca139a70accaf89f3e6363c4a68a74244661e22 100644
--- a/third_party/WebCore/bindings/scripts/test/TestObj.idl
+++ b/third_party/WebCore/bindings/scripts/test/TestObj.idl
@@ -67,6 +67,9 @@ module test {
attribute [Reflect=customContentBooleanAttr] boolean reflectedCustomBooleanAttr;
attribute [Reflect=customContentURLAttr, URL] DOMString reflectedCustomURLAttr;
+ // TypedArray attribute
+ attribute Float32Array typedArrayAttr;
+
// Methods
void voidMethod();
void voidMethodWithArgs(in long longArg, in DOMString strArg, in TestObj objArg);
« no previous file with comments | « third_party/WebCore/README ('k') | third_party/WebCore/bindings/scripts/test/TestTypedArray.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698