Title: [125649] trunk/Source/WebCore
- Revision
- 125649
- Author
- [email protected]
- Date
- 2012-08-14 22:53:18 -0700 (Tue, 14 Aug 2012)
Log Message
Unreviewed. Fix Chromium-Android builds.
* html/TimeInputType.cpp:
(WebCore::TimeInputType::TimeInputType):
Declare the function as a constructor.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (125648 => 125649)
--- trunk/Source/WebCore/ChangeLog 2012-08-15 05:20:45 UTC (rev 125648)
+++ trunk/Source/WebCore/ChangeLog 2012-08-15 05:53:18 UTC (rev 125649)
@@ -1,3 +1,11 @@
+2012-08-14 Yuta Kitamura <[email protected]>
+
+ Unreviewed. Fix Chromium-Android builds.
+
+ * html/TimeInputType.cpp:
+ (WebCore::TimeInputType::TimeInputType):
+ Declare the function as a constructor.
+
2012-08-14 Sukolsak Sakshuwong <[email protected]>
Text selection in text area in auto scroll mode goes wrong.
Modified: trunk/Source/WebCore/html/TimeInputType.cpp (125648 => 125649)
--- trunk/Source/WebCore/html/TimeInputType.cpp 2012-08-15 05:20:45 UTC (rev 125648)
+++ trunk/Source/WebCore/html/TimeInputType.cpp 2012-08-15 05:53:18 UTC (rev 125649)
@@ -278,7 +278,7 @@
}
}
#else
-TimeInputType(HTMLInputElement* element)
+TimeInputType::TimeInputType(HTMLInputElement* element)
: BaseDateAndTimeInputType(element)
{
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes