WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
314196
[GTK] [2.53.2] WebResourceLoader.cpp: error: no member named 'pageSize' in namespace 'WTF'
https://bugs.webkit.org/show_bug.cgi?id=314196
Summary
[GTK] [2.53.2] WebResourceLoader.cpp: error: no member named 'pageSize' in na...
Alberto Garcia
Reported
2026-05-06 06:32:36 PDT
In file included from /tmp/webkit2gtk-2.53.2/build-gtk3/DerivedSources/WebKit/unified-sources/UnifiedSource-54928a2b-33.cpp:1: /tmp/webkit2gtk-2.53.2/Source/WebKit/WebProcess/Network/WebResourceLoader.cpp:288:28: error: no member named 'pageSize' in namespace 'WTF'; did you mean 'bmalloc::pageSize'? 288 | else if (data.size() < WTF::pageSize() && isFirstDidReceiveData) { | ^~~~~~~~~~~~~ | bmalloc::pageSize /tmp/webkit2gtk-2.53.2/build-gtk3/bmalloc/Headers/bmalloc/Sizes.h:122:18: note: 'bmalloc::pageSize' declared here 122 | constexpr size_t pageSize(size_t pageClass) | ^ In file included from /tmp/webkit2gtk-2.53.2/build-gtk3/DerivedSources/WebKit/unified-sources/UnifiedSource-54928a2b-33.cpp:1: /tmp/webkit2gtk-2.53.2/Source/WebKit/WebProcess/Network/WebResourceLoader.cpp:288:42: error: too few arguments to function call, single argument 'pageClass' was not specified 288 | else if (data.size() < WTF::pageSize() && isFirstDidReceiveData) { | ~~~~~~~~~~~~~ ^ /tmp/webkit2gtk-2.53.2/build-gtk3/bmalloc/Headers/bmalloc/Sizes.h:122:18: note: 'pageSize' declared here 122 | constexpr size_t pageSize(size_t pageClass) | ^ ~~~~~~~~~~~~~~~~ 2 errors generated.
Attachments
Add attachment
proposed patch, testcase, etc.
Alberto Garcia
Comment 1
2026-05-06 06:49:31 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/64367
EWS
Comment 2
2026-05-06 07:21:58 PDT
Committed
312692@main
(64b91b261e8a): <
https://commits.webkit.org/312692@main
> Reviewed commits have been landed. Closing PR #64367 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug