Commit f5f0870
committed
[GLIB] WebKit doesn't build with -DENABLE_MALLOC_HEAP_BREAKDOWN=ON
https://bugs.webkit.org/show_bug.cgi?id=298223
Reviewed by Michael Catanzaro.
There were a few issues here:
* Commit 37d4a68 introduced a new argument to the
WTF_DEPRECATED_MAKE_STRUCT_FAST_ALLOCATED_WITH_HEAP_IDENTIFIER()
macro, but didn't update all places accordingly
* There's a conflicting symbol with the ResourceLoader expansion,
so rename it.
* The heap identifier in StyleInterpolationWrapperBase.h was misnamed,
probably a copy-paste mistake.
* In FastMalloc.{cpp,h}, relevant parts of the code were compiled
out due to not having a BENABLE(MALLOC_HEAP_BREAKDOWN) check. Add
them.
* Source/WebCore/Modules/fetch/FetchLoader.cpp:
* Source/WebCore/Modules/fetch/FetchLoader.h:
* Source/WebCore/Modules/notifications/NotificationResourcesLoader.cpp:
* Source/WebCore/Modules/notifications/NotificationResourcesLoader.h:
* Source/WebCore/css/CSSSelector.h:
* Source/WebCore/css/parser/CSSTokenizer.cpp:
* Source/WebCore/css/parser/CSSTokenizerInputStream.cpp:
* Source/WebCore/fileapi/FileReaderLoader.cpp:
* Source/WebCore/fileapi/FileReaderLoader.h:
* Source/WebCore/loader/LoaderMalloc.cpp:
* Source/WebCore/loader/ResourceLoader.cpp:
* Source/WebCore/loader/ResourceLoader.h:
* Source/WebCore/page/PerformanceEntry.cpp:
* Source/WebCore/style/StyleInterpolation.cpp:
* Source/WebCore/style/StyleInterpolationWrapperBase.h:
* Source/WebCore/style/StyleTreeResolver.h:
* Source/bmalloc/bmalloc/SystemHeap.cpp:
* Source/bmalloc/bmalloc/SystemHeap.h:
Canonical link: https://commits.webkit.org/299555@main1 parent 5264768 commit f5f0870
18 files changed
Lines changed: 25 additions & 10 deletions
File tree
- Source
- WebCore
- Modules
- fetch
- notifications
- css
- parser
- fileapi
- loader
- page
- style
- bmalloc/bmalloc
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
0 commit comments