Skip to content
  • loislo@chromium.org's avatar
    Web Inspector: NMI: switch to non intrusive instrumentation of ParsedURL. · 71cd5387
    loislo@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=98150
    
    Reviewed by Yury Semikhatsky.
    
    Source/WebCore:
    
    Style changes.
    
    * platform/KURLWTFURLImpl.h:
    (WebCore::KURLWTFURLImpl::reportMemoryUsage):
    
    Source/WTF:
    
    Memory instrumentation for ParsedURL was extracted into separate header MemoryInstrumentationParsedURL.h
    
    Drive by fix: unnecessary include was removed from String*.cpp files.
    
    * GNUmakefile.list.am:
    * WTF.gypi:
    * WTF.pro:
    * WTF.xcodeproj/project.pbxproj:
    * wtf/MemoryInstrumentation.h:
    (WTF):
    * wtf/MemoryInstrumentationParsedURL.h: Added.
    (WTF):
    (WTF::reportMemoryUsage):
    * wtf/text/AtomicString.cpp:
    * wtf/text/StringImpl.cpp:
    * wtf/text/WTFString.cpp:
    * wtf/url/api/ParsedURL.cpp:
    * wtf/url/api/ParsedURL.h:
    * wtf/url/api/URLString.cpp:
    * wtf/url/api/URLString.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@130187 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    71cd5387