Title: [176893] trunk/Source/WebKit2
- Revision
- 176893
- Author
- [email protected]
- Date
- 2014-12-05 16:42:00 -0800 (Fri, 05 Dec 2014)
Log Message
URTBF, EFL is happy now.
* UIProcess/API/APIWebsiteDataStore.cpp:
(API::WebsiteDataStore::defaultDataStoreConfiguration):
* UIProcess/WebsiteData/WebsiteDataStore.cpp:
(WebKit::WebsiteDataStore::createNonPersistent):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (176892 => 176893)
--- trunk/Source/WebKit2/ChangeLog 2014-12-06 00:33:33 UTC (rev 176892)
+++ trunk/Source/WebKit2/ChangeLog 2014-12-06 00:42:00 UTC (rev 176893)
@@ -1,3 +1,12 @@
+2014-12-05 Csaba Osztrogonác <[email protected]>
+
+ URTBF, EFL is happy now.
+
+ * UIProcess/API/APIWebsiteDataStore.cpp:
+ (API::WebsiteDataStore::defaultDataStoreConfiguration):
+ * UIProcess/WebsiteData/WebsiteDataStore.cpp:
+ (WebKit::WebsiteDataStore::createNonPersistent):
+
2014-12-05 Mark Lam <[email protected]>
Gardening: one more build fix for GTK builds.
Modified: trunk/Source/WebKit2/UIProcess/API/APIWebsiteDataStore.cpp (176892 => 176893)
--- trunk/Source/WebKit2/UIProcess/API/APIWebsiteDataStore.cpp 2014-12-06 00:33:33 UTC (rev 176892)
+++ trunk/Source/WebKit2/UIProcess/API/APIWebsiteDataStore.cpp 2014-12-06 00:42:00 UTC (rev 176893)
@@ -61,4 +61,14 @@
return m_websiteDataStore->isNonPersistent();
}
+#if !PLATFORM(COCOA)
+WebKit::WebsiteDataStore::Configuration WebsiteDataStore::defaultDataStoreConfiguration()
+{
+ // FIXME: Fill everything in.
+ WebKit::WebsiteDataStore::Configuration configuration;
+
+ return configuration;
}
+#endif
+
+}
Modified: trunk/Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp (176892 => 176893)
--- trunk/Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp 2014-12-06 00:33:33 UTC (rev 176892)
+++ trunk/Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp 2014-12-06 00:42:00 UTC (rev 176893)
@@ -36,7 +36,7 @@
return WebCore::SessionID(--sessionID);
}
-RefPtr<WebsiteDataStore::WebsiteDataStore> WebsiteDataStore::createNonPersistent()
+RefPtr<WebsiteDataStore> WebsiteDataStore::createNonPersistent()
{
return adoptRef(new WebsiteDataStore(generateNonPersistentSessionID()));
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes