File tree Expand file tree Collapse file tree 5 files changed +4
-1
lines changed Expand file tree Collapse file tree 5 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3737#include < wtf/text/SymbolRegistry.h>
3838#include < wtf/unicode/CharacterNames.h>
3939#include < wtf/unicode/UTF8Conversion.h>
40+ #include < wtf/NeverDestroyed.h>
4041
4142#if STRING_STATS
4243#include < unistd.h>
Original file line number Diff line number Diff line change 2727#include " FrameRateAligner.h"
2828
2929namespace WebCore {
30- DEFINE_ALLOCATOR_WITH_HEAP_IDENTIFIER (FrameRateAligner);
3130
3231FrameRateAligner::FrameRateAligner () = default ;
3332
Original file line number Diff line number Diff line change 2727
2828#include " CachedResourceHandle.h"
2929#include " CachedSVGDocumentClient.h"
30+ #include " LoaderMalloc.h"
3031#include < wtf/text/WTFString.h>
3132
3233namespace WebCore {
Original file line number Diff line number Diff line change 2727#include " Region.h"
2828
2929#include < stdio.h>
30+ #include < wtf/NeverDestroyed.h>
3031#include < wtf/text/TextStream.h>
3132
3233// A region class based on the paper "Scanline Coherent Shape Algebra"
Original file line number Diff line number Diff line change 2121
2222#include " config.h"
2323#include " StyleSurroundData.h"
24+ #include < wtf/NeverDestroyed.h>
2425
2526namespace WebCore {
2627
You can’t perform that action at this time.
0 commit comments