Skip to content
  • bdash's avatar
    2006-10-14 Krzysztof Kowalczyk <kkowalczyk@gmail.com> · e0bfe232
    bdash authored
            Reviewed by Maciej.
    
            Define KXMLCORE_USE_CURL for platforms that wish to use CURL as
            networking, and set it for GDK build
    
            * wtf/Platform.h:
    
    2006-10-14  Krzysztof Kowalczyk  <kkowalczyk@gmail.com>
    
            Reviewed by Maciej.
    
            Fix GDK build by defining FrameGdkClient() constructor as non-virtual.
            Pure virtual classes require non-pure destructor, who knew.
    
            Make CURL networking dependent on USE(CURL) instead of PLATFORM(GDK),
            so that other platforms can also use CURL, if they wish.
    
            Silence compiler warning about unused variable in SharedTimerLinux.cpp
    
            * platform/ResourceLoaderInternal.h:
            (WebCore::ResourceLoaderInternal::ResourceLoaderInternal):
            * platform/gdk/FrameGdk.h:
            (WebCore::FrameGdkClient::~FrameGdkClient):
            * platform/gdk/ResourceLoaderManager.cpp:
            (WebCore::ResourceLoaderManager::downloadTimerCallback):
            * platform/gdk/SharedTimerLinux.cpp:
            (WebCore::stopSharedTimer):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@17055 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    e0bfe232