Title: [161711] trunk/Source/WebCore
Revision
161711
Author
[email protected]
Date
2014-01-10 17:59:24 -0800 (Fri, 10 Jan 2014)

Log Message

Fix iOS build.

* html/DateTimeLocalInputType.h:
(WebCore::DateTimeLocalInputType::DateTimeLocalInputType):
* loader/ios/DiskImageCacheIOS.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161710 => 161711)


--- trunk/Source/WebCore/ChangeLog	2014-01-11 01:59:21 UTC (rev 161710)
+++ trunk/Source/WebCore/ChangeLog	2014-01-11 01:59:24 UTC (rev 161711)
@@ -1,5 +1,13 @@
 2014-01-10  Simon Fraser  <[email protected]>
 
+        Fix iOS build.
+        
+        * html/DateTimeLocalInputType.h:
+        (WebCore::DateTimeLocalInputType::DateTimeLocalInputType):
+        * loader/ios/DiskImageCacheIOS.h:
+
+2014-01-10  Simon Fraser  <[email protected]>
+
         iOS build fix: add StyleRareInheritedData::compositionFillColor
 
         * rendering/style/RenderStyle.h:

Modified: trunk/Source/WebCore/html/DateTimeLocalInputType.h (161710 => 161711)


--- trunk/Source/WebCore/html/DateTimeLocalInputType.h	2014-01-11 01:59:21 UTC (rev 161710)
+++ trunk/Source/WebCore/html/DateTimeLocalInputType.h	2014-01-11 01:59:24 UTC (rev 161711)
@@ -38,7 +38,7 @@
 
 class DateTimeLocalInputType : public BaseChooserOnlyDateAndTimeInputType {
 public:
-    explicit DateTimeLocalInputType(HTMLInputElement& element) : BaseDateTimeLocalInputType(element) { }
+    explicit DateTimeLocalInputType(HTMLInputElement& element) : BaseChooserOnlyDateAndTimeInputType(element) { }
 
 private:
     virtual void attach() OVERRIDE;

Modified: trunk/Source/WebCore/loader/ios/DiskImageCacheIOS.h (161710 => 161711)


--- trunk/Source/WebCore/loader/ios/DiskImageCacheIOS.h	2014-01-11 01:59:21 UTC (rev 161710)
+++ trunk/Source/WebCore/loader/ios/DiskImageCacheIOS.h	2014-01-11 01:59:24 UTC (rev 161711)
@@ -82,6 +82,7 @@
     };
 
 public:
+    DiskImageCache();
     friend DiskImageCache& diskImageCache();
     static const DiskImageCacheId invalidDiskCacheId = 0;
 
@@ -112,7 +113,6 @@
     bool isFull() const { return m_size >= m_maximumCacheSize; }
 
 private:
-    DiskImageCache();
     ~DiskImageCache() { }
 
     bool createDirectoryIfNeeded();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to