OSDN Git Service

Merge WebKit at r71558: Initial merge by git.
[android-x86/external-webkit.git] / WebCore / platform / network / curl / CookieJarCurl.cpp
index 6f8a6b7..36495d0 100644 (file)
@@ -61,9 +61,11 @@ void deleteCookie(const Document*, const KURL&, const String&)
     // FIXME: Not yet implemented
 }
 
+#if !PLATFORM(EFL)
 void setCookieStoragePrivateBrowsingEnabled(bool enabled)
 {
     // FIXME: Not yet implemented
 }
+#endif
 
 }