[Webkit-unassigned] [Bug 51108] New: [Qt] [Symbian] Fix the build after changes in r73570

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 15 07:41:21 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51108

           Summary: [Qt] [Symbian] Fix the build after changes in r73570
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: S60 3rd edition
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list