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

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

Issue 10590003: Roll IDL to multivm@615 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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/File.idl ('k') | third_party/WebCore/html/HTMLKeygenElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/html/HTMLButtonElement.idl
diff --git a/third_party/WebCore/html/HTMLButtonElement.idl b/third_party/WebCore/html/HTMLButtonElement.idl
index 692fd612a1e661500df277fc8d37d873ff25d9e4..02e91abef03a5dea8304335d977372b755573874 100644
--- a/third_party/WebCore/html/HTMLButtonElement.idl
+++ b/third_party/WebCore/html/HTMLButtonElement.idl
@@ -30,7 +30,7 @@ module html {
attribute [Reflect] boolean formNoValidate;
attribute [Reflect] DOMString formTarget;
attribute [Reflect] DOMString name;
- readonly attribute DOMString type;
+ attribute [TreatNullAs=NullString] DOMString type;
attribute [Reflect] DOMString value;
readonly attribute boolean willValidate;
« no previous file with comments | « third_party/WebCore/fileapi/File.idl ('k') | third_party/WebCore/html/HTMLKeygenElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698