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

Unified Diff: third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl

Issue 1466563003: Make [TypeChecking=Interface] the default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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: third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl b/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl
index bbbc970e77fe4e02edcb4584cf06a92c59875d4a..6907ffbbc143488e7734e8c1e5bfda87f05f0c10 100644
--- a/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl
+++ b/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl
@@ -28,8 +28,8 @@
// inherits item()
[RaisesException=Setter] attribute unsigned long length; // shadows inherited length
// FIXME: The spec has a legacycaller HTMLOptionElement? (DOMString name);
- [RaisesException, TypeChecking=Interface] setter void (unsigned long index, HTMLOptionElement? option);
- [RaisesException, TypeChecking=Interface] void add((HTMLOptionElement or HTMLOptGroupElement) element, optional (HTMLElement or long)? before = null);
+ [RaisesException] setter void (unsigned long index, HTMLOptionElement? option);
+ [RaisesException] void add((HTMLOptionElement or HTMLOptGroupElement) element, optional (HTMLElement or long)? before = null);
void remove(long index);
attribute long selectedIndex;
// FIXME: Neither of these getters are in the spec, and the
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLInputElement.idl ('k') | third_party/WebKit/Source/core/html/HTMLSelectElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698