Title: [92594] trunk/Source/WebCore
- Revision
- 92594
- Author
- [email protected]
- Date
- 2011-08-08 07:25:41 -0700 (Mon, 08 Aug 2011)
Log Message
Build fix after r92589, defaultSize is not used.
Reviewed by Andreas Kling.
* html/InputType.cpp:
(WebCore::InputType::sizeShouldIncludeDecoration):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (92593 => 92594)
--- trunk/Source/WebCore/ChangeLog 2011-08-08 12:50:59 UTC (rev 92593)
+++ trunk/Source/WebCore/ChangeLog 2011-08-08 14:25:41 UTC (rev 92594)
@@ -1,3 +1,12 @@
+2011-08-08 Benjamin Poulain <[email protected]>
+
+ Build fix after r92589, defaultSize is not used.
+
+ Reviewed by Andreas Kling.
+
+ * html/InputType.cpp:
+ (WebCore::InputType::sizeShouldIncludeDecoration):
+
2011-08-08 Keishi Hattori <[email protected]>
Implement <input type=color> UI behavior WebCore part
Modified: trunk/Source/WebCore/html/InputType.cpp (92593 => 92594)
--- trunk/Source/WebCore/html/InputType.cpp 2011-08-08 12:50:59 UTC (rev 92593)
+++ trunk/Source/WebCore/html/InputType.cpp 2011-08-08 14:25:41 UTC (rev 92594)
@@ -250,7 +250,7 @@
return 0;
}
-bool InputType::sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const
+bool InputType::sizeShouldIncludeDecoration(int, int& preferredSize) const
{
preferredSize = element()->size();
return false;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes