Skip to content
  • andersca@apple.com's avatar
    Get rid of FastAllocBase.h · 3d185a87
    andersca@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=120952
    
    Reviewed by Antti Koivisto.
    
    Source/JavaScriptCore:
    
    Include FastMalloc.h instead of FastAllocBase.h.
    
    * assembler/LinkBuffer.h:
    * bytecode/CodeBlock.h:
    * bytecode/StructureStubClearingWatchpoint.h:
    * dfg/DFGFinalizer.h:
    * dfg/DFGLongLivedState.h:
    * dfg/DFGSlowPathGenerator.h:
    * ftl/FTLAbstractHeap.h:
    * heap/JITStubRoutineSet.h:
    * jit/CompactJITCodeMap.h:
    * profiler/ProfilerDatabase.h:
    * profiler/ProfilerExecutionCounter.h:
    
    Source/WebCore:
    
    Include FastMalloc.h instead of FastAllocBase.h.
    
    * Modules/webdatabase/SQLTransactionClient.h:
    * bindings/js/GCController.h:
    * bridge/Bridge.h:
    * bridge/IdentifierRep.h:
    * dom/DocumentStyleSheetCollection.h:
    * dom/TransformSource.h:
    * html/InputType.h:
    * inspector/InspectorCounters.h:
    * inspector/InstrumentingAgents.h:
    * inspector/WorkerInspectorController.h:
    * loader/cache/CachedResourceClient.h:
    * page/FrameActionScheduler.h:
    * platform/Length.h:
    * platform/MemoryPressureHandler.h:
    * platform/ScrollAnimator.h:
    * platform/SharedTimer.h:
    * platform/audio/gstreamer/FFTFrameGStreamer.cpp:
    * platform/cairo/WidgetBackingStore.h:
    * platform/graphics/Color.h:
    * platform/graphics/FontData.h:
    * platform/graphics/Path.h:
    * platform/graphics/qt/FontCustomPlatformData.h:
    * platform/graphics/transforms/AffineTransform.h:
    * platform/graphics/transforms/TransformationMatrix.h:
    * platform/gtk/GtkDragAndDropHelper.h:
    * platform/gtk/GtkPopupMenu.h:
    * platform/network/NetworkStateNotifier.h:
    * platform/sql/SQLiteTransaction.h:
    * platform/text/enchant/TextCheckerEnchant.h:
    * rendering/RenderArena.h:
    * rendering/TableLayout.h:
    * rendering/style/StyleCustomFilterProgram.h:
    * rendering/style/StyleCustomFilterProgramCache.h:
    * svg/SVGPathConsumer.h:
    * workers/WorkerScriptLoader.h:
    
    Source/WTF:
    
    FastAllocBase.h now only contains the WTF_MAKE_FAST_ALLOCATED macro.
    Move that macro to FastMalloc.h instead and remove FastAllocBase.h.
    
    * WTF.vcxproj/WTF.vcxproj:
    * WTF.vcxproj/WTF.vcxproj.filters:
    * WTF.xcodeproj/project.pbxproj:
    * wtf/DeferrableRefCounted.h:
    * wtf/FastAllocBase.h: Removed.
    * wtf/FastMalloc.h:
    * wtf/HashSet.h:
    * wtf/MediaTime.h:
    * wtf/PrintStream.h:
    * wtf/RefCounted.h:
    * wtf/RefPtr.h:
    * wtf/ThreadingPrimitives.h:
    * wtf/Vector.h:
    * wtf/gobject/GMutexLocker.h:
    * wtf/unicode/Collator.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@155251 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    3d185a87