Index: Source/core/layout/LayoutListBox.h |
diff --git a/Source/core/layout/LayoutListBox.h b/Source/core/layout/LayoutListBox.h |
index 8b3c4edac5c278ef5049fc94b89b426ddec27fc7..93bc71bbb2b5843c696031a628bee6cb1f8af1e6 100644 |
--- a/Source/core/layout/LayoutListBox.h |
+++ b/Source/core/layout/LayoutListBox.h |
@@ -42,7 +42,7 @@ public: |
explicit LayoutListBox(Element*); |
virtual ~LayoutListBox(); |
- int size() const; |
+ unsigned size() const; |
// Unlike scrollRectToVisible this will not scroll parent boxes. |
void scrollToRect(const LayoutRect&); |