Title: [140909] trunk/Source/WebKit/wince
Revision
140909
Author
[email protected]
Date
2013-01-26 01:51:38 -0800 (Sat, 26 Jan 2013)

Log Message

Unreviewed WinCE build fix after r139078.

* WebCoreSupport/ChromeClientWinCE.h:
(ChromeClientWinCE):

Modified Paths

Diff

Modified: trunk/Source/WebKit/wince/ChangeLog (140908 => 140909)


--- trunk/Source/WebKit/wince/ChangeLog	2013-01-26 09:51:02 UTC (rev 140908)
+++ trunk/Source/WebKit/wince/ChangeLog	2013-01-26 09:51:38 UTC (rev 140909)
@@ -1,3 +1,10 @@
+2013-01-24  Patrick Gansterer  <[email protected]>
+
+        Unreviewed WinCE build fix after r139078.
+
+        * WebCoreSupport/ChromeClientWinCE.h:
+        (ChromeClientWinCE):
+
 2013-01-22  Anders Carlsson  <[email protected]>
 
         Use a platforom strategy for local storage

Modified: trunk/Source/WebKit/wince/WebCoreSupport/ChromeClientWinCE.h (140908 => 140909)


--- trunk/Source/WebKit/wince/WebCoreSupport/ChromeClientWinCE.h	2013-01-26 09:51:02 UTC (rev 140908)
+++ trunk/Source/WebKit/wince/WebCoreSupport/ChromeClientWinCE.h	2013-01-26 09:51:38 UTC (rev 140909)
@@ -114,7 +114,7 @@
     virtual void print(WebCore::Frame*);
 
 #if ENABLE(SQL_DATABASE)
-    virtual void exceededDatabaseQuota(WebCore::Frame*, const WTF::String& databaseName, DatabaseDetails);
+    virtual void exceededDatabaseQuota(WebCore::Frame*, const WTF::String& databaseName, WebCore::DatabaseDetails);
 #endif
 
     // Callback invoked when the application cache fails to save a cache object
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to