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

Unified Diff: third_party/WebCore/dom/DOMStringList.idl

Issue 11098032: Roll IDL to multivm@937 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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/dom/DOMStringList.idl
diff --git a/third_party/WebCore/dom/DOMStringList.idl b/third_party/WebCore/dom/DOMStringList.idl
index 5bef887bc8a71f5441c2a381aa5ac3b318b121c0..056ec7431e2630d93547a2cf69c0f3cb61a4cc33 100644
--- a/third_party/WebCore/dom/DOMStringList.idl
+++ b/third_party/WebCore/dom/DOMStringList.idl
@@ -30,7 +30,7 @@ module core {
JSCustomToNativeObject
] DOMStringList {
readonly attribute unsigned long length;
- [TreatReturnedNullStringAs=Null] DOMString item(in [IsIndex,Optional=DefaultIsUndefined] unsigned long index);
+ [TreatReturnedNullStringAs=Null] DOMString item(in [Optional=DefaultIsUndefined] unsigned long index);
boolean contains(in [Optional=DefaultIsUndefined] DOMString string);
};
« 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