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

Unified Diff: third_party/WebCore/html/DOMTokenList.idl

Issue 10769002: Roll IDL to multivm@683 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix notifications path in fremontcut. Created 8 years, 5 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/fileapi/WebKitBlobBuilder.idl ('k') | third_party/WebCore/html/DOMURL.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/html/DOMTokenList.idl
diff --git a/third_party/WebCore/html/DOMTokenList.idl b/third_party/WebCore/html/DOMTokenList.idl
index 55b636f7d7a5ab1a603356aa22d7f64e989acde6..cf57e1aeef96e2967500ee17e50f42fd089c672b 100644
--- a/third_party/WebCore/html/DOMTokenList.idl
+++ b/third_party/WebCore/html/DOMTokenList.idl
@@ -25,9 +25,8 @@
module core {
interface [
- JSGenerateIsReachable=ImplElementRoot,
- IndexedGetter,
- V8CustomToJSObject
+ GenerateIsReachable=ImplElementRoot,
+ IndexedGetter
] DOMTokenList {
readonly attribute unsigned long length;
[TreatReturnedNullStringAs=Null] DOMString item(in unsigned long index);
« no previous file with comments | « third_party/WebCore/fileapi/WebKitBlobBuilder.idl ('k') | third_party/WebCore/html/DOMURL.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698