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

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

Issue 11363035: Roll IDLs forward. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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/WebCore/html/HTMLInputElement.idl
diff --git a/third_party/WebCore/html/HTMLInputElement.idl b/third_party/WebCore/html/HTMLInputElement.idl
index 4a86fe23fc5d28aea460acd1c6a4e047d5577e3c..9315f67babfb79bffef2d76e64d70375def08a44 100644
--- a/third_party/WebCore/html/HTMLInputElement.idl
+++ b/third_party/WebCore/html/HTMLInputElement.idl
@@ -56,7 +56,7 @@ interface HTMLInputElement : HTMLElement {
[Reflect] attribute DOMString step;
[TreatNullAs=NullString] attribute DOMString type; // readonly dropped as part of DOM level 2
[TreatNullAs=NullString] attribute DOMString defaultValue;
- [TreatNullAs=NullString] attribute DOMString value;
+ [TreatNullAs=NullString] attribute DOMString value setter raises(DOMException);
#if !defined(LANGUAGE_CPP) || !LANGUAGE_CPP
attribute Date valueAsDate setter raises(DOMException);
#endif

Powered by Google App Engine
This is Rietveld 408576698