Changeset 71105 in webkit


Ignore:
Timestamp:
Nov 2, 2010 3:11:36 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2010-11-02 Ryuan Choi <ryuan.choi@samsung.com>

Unreviewed build fix for EFL build with libcurl

[EFL] remove multiple definition with libcurl
https://bugs.webkit.org/show_bug.cgi?id=48499

Add macro to isolate setCookieStoragePrivateBrowsingEnabled from EFL
build because it was duplicated.

  • platform/network/curl/CookieJarCurl.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r71104 r71105  
     12010-11-02  Ryuan Choi  <ryuan.choi@samsung.com>
     2
     3        Unreviewed build fix for EFL build with libcurl
     4
     5        [EFL] remove multiple definition with libcurl
     6        https://bugs.webkit.org/show_bug.cgi?id=48499
     7
     8        Add macro to isolate setCookieStoragePrivateBrowsingEnabled from EFL
     9        build because it was duplicated.
     10
     11        * platform/network/curl/CookieJarCurl.cpp:
     12
    1132010-11-02  Pavel Feldman  <pfeldman@chromium.org>
    214
  • trunk/WebCore/platform/network/curl/CookieJarCurl.cpp

    r70597 r71105  
    6262}
    6363
     64#if !PLATFORM(EFL)
    6465void setCookieStoragePrivateBrowsingEnabled(bool enabled)
    6566{
    6667    // FIXME: Not yet implemented
    6768}
     69#endif
    6870
    6971}
Note: See TracChangeset for help on using the changeset viewer.