Skip to content
  • loislo@chromium.org's avatar
    Web Inspector: NMI: migrate core instrumentation code to WTF namespace · 41ab4de1
    loislo@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=96511
    
    Reviewed by Yury Semikhatsky.
    
    After moving core NMI code to WTF namespace I removed forward declarations
    of MemoryObjectInfo and MemoryInstrumentation from WebCore headers and add
    forward declaration into wtf/Forward.h
    
    Source/WebCore:
    
    * bindings/v8/DOMDataStore.h:
    (WebCore):
    * bindings/v8/ScriptProfiler.h:
    (WebCore):
    * bindings/v8/V8DOMMap.h:
    (WebCore):
    * bindings/v8/V8PerIsolateData.h:
    (WebCore):
    * bindings/v8/V8ValueCache.h:
    (WebCore):
    * css/CSSProperty.h:
    * css/CSSRule.h:
    (WebCore):
    * css/CSSSelectorList.h:
    (WebCore):
    * css/CSSStyleDeclaration.h:
    (WebCore):
    * css/CSSStyleSheet.h:
    (WebCore):
    * css/CSSValue.h:
    * css/MediaList.h:
    (WebCore):
    * css/MediaQuery.h:
    * css/MediaQueryExp.h:
    * css/StylePropertySet.h:
    (WebCore):
    * css/StyleResolver.h:
    * css/StyleRule.h:
    (WebCore):
    * css/StyleRuleImport.h:
    (WebCore):
    * css/StyleSheetContents.h:
    (WebCore):
    * css/WebKitCSSKeyframeRule.h:
    * css/WebKitCSSKeyframesRule.h:
    (WebCore):
    * css/WebKitCSSMixFunctionValue.h:
    * dom/DocumentEventQueue.h:
    (WebCore):
    * dom/ElementAttributeData.h:
    (WebCore):
    * dom/Event.h:
    (WebCore):
    * dom/Node.h:
    (WebCore):
    * dom/WebCoreMemoryInstrumentation.cpp:
    (WTF):
    (WTF::WebCore::KURL):
    * dom/WebCoreMemoryInstrumentation.h:
    (WebCore):
    (WTF):
    * inspector/MemoryInstrumentationImpl.h:
    * loader/DocumentLoader.h:
    (WebCore):
    * loader/FrameLoader.h:
    (WebCore):
    * loader/ResourceLoader.h:
    (WebCore):
    * loader/SubstituteData.h:
    * loader/cache/CachedCSSStyleSheet.h:
    (WebCore):
    * loader/cache/CachedRawResource.h:
    (WebCore):
    * loader/cache/CachedResource.h:
    (WebCore):
    * loader/cache/CachedResourceHandle.h:
    * loader/cache/CachedResourceLoader.h:
    (WebCore):
    * loader/cache/CachedScript.h:
    (WebCore):
    * loader/cache/CachedShader.h:
    * loader/cache/CachedXSLStyleSheet.h:
    (WebCore):
    * loader/cache/MemoryCache.h:
    (WebCore):
    * page/Frame.h:
    (WebCore):
    * platform/SharedBuffer.h:
    * platform/graphics/CrossfadeGeneratedImage.h:
    (WebCore):
    * platform/graphics/Image.h:
    (WebCore):
    * platform/network/FormData.h:
    (WebCore):
    * platform/network/ResourceRequestBase.h:
    * platform/network/ResourceResponseBase.h:
    * rendering/style/RenderStyle.h:
    (WebCore):
    * rendering/style/StyleRareInheritedData.h:
    (WebCore):
    * rendering/style/StyleRareNonInheritedData.h:
    (WebCore):
    
    Source/WTF:
    
    * wtf/Forward.h:
    (WTF):
    * wtf/MemoryInstrumentation.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@128418 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    41ab4de1