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

Unified Diff: third_party/WebCore/html/HTMLTextAreaElement.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
Index: third_party/WebCore/html/HTMLTextAreaElement.idl
diff --git a/third_party/WebCore/html/HTMLTextAreaElement.idl b/third_party/WebCore/html/HTMLTextAreaElement.idl
index f9d80b5ad1a304597803892db1e7bcea622b230d..729e6dae6bc0c199e1ea17eeec6a7c62f1c9a982 100644
--- a/third_party/WebCore/html/HTMLTextAreaElement.idl
+++ b/third_party/WebCore/html/HTMLTextAreaElement.idl
@@ -28,7 +28,7 @@ module html {
attribute [Reflect] boolean disabled;
readonly attribute HTMLFormElement form;
attribute long maxLength setter raises(DOMException);
- attribute [TreatNullAs=NullString] DOMString name;
+ attribute [Reflect] DOMString name;
attribute [Reflect] DOMString placeholder;
attribute [Reflect] boolean readOnly;
attribute [Reflect] boolean required;
« no previous file with comments | « third_party/WebCore/html/HTMLSelectElement.idl ('k') | third_party/WebCore/html/canvas/WebGLDepthTexture.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698