Title: [125649] trunk/Source/WebCore
Revision
125649
Author
yu...@chromium.org
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  <yu...@google.com>
+
+        Unreviewed. Fix Chromium-Android builds.
+
+        * html/TimeInputType.cpp:
+        (WebCore::TimeInputType::TimeInputType):
+        Declare the function as a constructor.
+
 2012-08-14  Sukolsak Sakshuwong  <sukol...@google.com>
 
         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
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to