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
51108
[Qt] [Symbian] Fix the build after changes in
r73570
https://bugs.webkit.org/show_bug.cgi?id=51108
Summary
[Qt] [Symbian] Fix the build after changes in r73570
Laszlo Gombos
Reported
2010-12-15 07:41:21 PST
The refactoring in
r73570
broke the Symbian build; Below is the first build error: make [...] jsbase.cpp "JavaScriptCore\wtf/PageAllocation.h", line 102: Error: #289: no instance of constructor "WTF::PageAllocation::PageAllocation" matches the argumentlist argument types are: (void *, size_t) return PageAllocation(OSAllocator::reserveAndCommit(size, usage, writable, executable), size); ^ "JavaScriptCore\wtf/PageReservation.h", line 93: Error: #289: no instance of constructor "WTF::PageReservation::PageReservation" matches the argument list argument types are: (void *, size_t, bool, bool) return PageReservation(OSAllocator::reserve(size, usage, writable, executable), size, writable, executable); ^ "JavaScriptCore\wtf/PageReservation.h", line 113: Error: #20: identifier "writable" is undefined , m_writable(writable) ^ "JavaScriptCore\wtf/PageReservation.h", line 114: Error: #20: identifier "executable" is undefined , m_executable(executable) ^ JavaScriptCore\API\jsbase.cpp: 0 warnings, 4 errors
Attachments
Add attachment
proposed patch, testcase, etc.
Laszlo Gombos
Comment 1
2011-01-04 05:49:24 PST
The build issue has been resolved by
r74297
and
r74520
. Reimplementing the allocator for Symbian is tracked by
bug 51128
. Closing this bug.
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