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

Unified Diff: Source/core/html/HTMLSelectElement.idl

Issue 1200853003: HTMLSelectElement size type changed to unsigned (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « Source/core/html/HTMLSelectElement.cpp ('k') | Source/core/layout/LayoutListBox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLSelectElement.idl
diff --git a/Source/core/html/HTMLSelectElement.idl b/Source/core/html/HTMLSelectElement.idl
index 6d8be3492ae57e8516cac10aed9416f1ae86018c..b7b2e301d9719d118f92634b4e30d5d9308feb18 100644
--- a/Source/core/html/HTMLSelectElement.idl
+++ b/Source/core/html/HTMLSelectElement.idl
@@ -29,8 +29,7 @@ interface HTMLSelectElement : HTMLElement {
attribute boolean multiple;
[Reflect] attribute DOMString name;
[Reflect] attribute boolean required;
- // TODO(philipj): size should be unsigned long.
- attribute long size;
+ attribute unsigned long size;
readonly attribute DOMString type;
« no previous file with comments | « Source/core/html/HTMLSelectElement.cpp ('k') | Source/core/layout/LayoutListBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698