Skip to content
  • andersca@apple.com's avatar
    Remove AlwaysInline.h from WTF · bf475cae
    andersca@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=115727
    
    Reviewed by Brent Fulgham.
    
    The macro that used to be in AlwaysInline.h is now in Compiler.h so there's no reason
    to keep AlwaysInline.h around anymore.
    
    Source/JavaScriptCore:
    
    * jit/JSInterfaceJIT.h:
    * parser/Lexer.h:
    * runtime/JSCJSValue.h:
    * runtime/SymbolTable.h:
    
    Source/WebCore:
    
    * WebCore.vcproj/WebCore.vcproj:
    * bindings/js/JSDOMWindowCustom.h:
    * bindings/scripts/CodeGeneratorJS.pm:
    (GenerateHeader):
    * platform/graphics/filters/FEConvolveMatrix.h:
    * rendering/InlineIterator.h:
    * rendering/InlineTextBox.cpp:
    * rendering/RenderBlockLineLayout.cpp:
    * rendering/RenderText.cpp:
    
    Source/WTF:
    
    * WTF.vcproj/WTF.vcproj:
    * WTF.vcxproj/WTF.vcxproj:
    * WTF.vcxproj/WTF.vcxproj.filters:
    * WTF.xcodeproj/project.pbxproj:
    * wtf/AlwaysInline.h: Removed.
    * wtf/BloomFilter.h:
    * wtf/FastMalloc.cpp:
    * wtf/PassRefPtr.h:
    * wtf/dtoa.cpp:
    * wtf/gobject/GRefPtr.h:
    
    Tools:
    
    * DumpRenderTree/qt/DumpRenderTreeMain.cpp:
    * WebKitTestRunner/InjectedBundle/qt/InjectedBundleQt.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@149673 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    bf475cae