Title: [117739] trunk/Source/WebCore
- Revision
- 117739
- Author
- tk...@chromium.org
- Date
- 2012-05-21 00:53:50 -0700 (Mon, 21 May 2012)
Log Message
Unreviewed, build fix.
* html/StepRange.h:
(WebCore::StepRange::StepDescription::StepDescription):
Remove ASSERT_NOT_REACHED.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (117738 => 117739)
--- trunk/Source/WebCore/ChangeLog 2012-05-21 07:15:38 UTC (rev 117738)
+++ trunk/Source/WebCore/ChangeLog 2012-05-21 07:53:50 UTC (rev 117739)
@@ -1,3 +1,11 @@
+2012-05-21 Kent Tamura <tk...@chromium.org>
+
+ Unreviewed, build fix.
+
+ * html/StepRange.h:
+ (WebCore::StepRange::StepDescription::StepDescription):
+ Remove ASSERT_NOT_REACHED.
+
2012-05-21 Yoshifumi Inoue <yo...@chromium.org>
[Forms] Move numeric related methods in HTMLInputElement class to another place
Modified: trunk/Source/WebCore/html/StepRange.h (117738 => 117739)
--- trunk/Source/WebCore/html/StepRange.h 2012-05-21 07:15:38 UTC (rev 117738)
+++ trunk/Source/WebCore/html/StepRange.h 2012-05-21 07:53:50 UTC (rev 117739)
@@ -80,7 +80,6 @@
, stepScaleFactor(1)
, stepValueShouldBe(StepValueShouldBeReal)
{
- ASSERT_NOT_REACHED();
}
double defaultValue() const
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes