Title: [96697] trunk/Source/WebCore
- Revision
- 96697
- Author
- [email protected]
- Date
- 2011-10-05 05:21:19 -0700 (Wed, 05 Oct 2011)
Log Message
Unreviewed build fix for windows bots after r96679.
* html/NumberInputType.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (96696 => 96697)
--- trunk/Source/WebCore/ChangeLog 2011-10-05 12:03:03 UTC (rev 96696)
+++ trunk/Source/WebCore/ChangeLog 2011-10-05 12:21:19 UTC (rev 96697)
@@ -1,3 +1,9 @@
+2011-10-05 Ilya Tikhonovsky <[email protected]>
+
+ Unreviewed build fix for windows bots after r96679.
+
+ * html/NumberInputType.h:
+
2011-10-04 Pavel Feldman <[email protected]>
Web Inspector: make ResourceView(s) compile
Modified: trunk/Source/WebCore/html/NumberInputType.h (96696 => 96697)
--- trunk/Source/WebCore/html/NumberInputType.h 2011-10-05 12:03:03 UTC (rev 96696)
+++ trunk/Source/WebCore/html/NumberInputType.h 2011-10-05 12:21:19 UTC (rev 96697)
@@ -64,7 +64,7 @@
virtual double parseToDoubleWithDecimalPlaces(const String&, double, unsigned*) const;
virtual String serialize(double) const;
virtual double acceptableError(double) const;
- virtual void handleBlurEvent() OVERRIDE;
+ virtual void handleBlurEvent();
virtual String visibleValue() const;
virtual String convertFromVisibleValue(const String&) const;
virtual bool isAcceptableValue(const String&);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes