Skip to content
  • commit-queue@webkit.org's avatar
    Remove WTF_USE_GOOGLEURL-guarded code · 78805507
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=114028
    
    Patch by Zan Dobersek <zdobersek@igalia.com> on 2013-04-05
    Reviewed by Ryosuke Niwa.
    
    Source/WebCore:
    
    The only remaining usage of the USE(GOOGLEURL) guards is in LinkHashChromium.cpp that will
    get removed when purging the Source/WebCore/platform/chromium directory.
    
    * config.h: Remove the define that was Chromium-specific.
    * platform/KURL.cpp:
    (WebCore):
    (WebCore::KURL::reportMemoryUsage):
    (WebCore::KURL::isSafeToSendToAnotherThread):
    * platform/KURL.h:
    (KURL):
    * platform/KURLGoogle.cpp: Removed.
    * platform/KURLGooglePrivate.h: Removed.
    
    Source/WebKit/blackberry:
    
    * WebCoreSupport/AboutDataUseFeatures.in: Remove GOOGLEURL from the list.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@147766 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    78805507