Ignore:
Timestamp:
Sep 7, 2013, 11:04:57 AM (12 years ago)
Author:
[email protected]
Message:

Get rid of FastAllocBase.h
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:
File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.