<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>51108</bug_id>
          
          <creation_ts>2010-12-15 07:41:21 -0800</creation_ts>
          <short_desc>[Qt] [Symbian] Fix the build after changes in r73570</short_desc>
          <delta_ts>2011-01-04 05:49:24 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>S60 3rd edition</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Qt, QtTriaged</keywords>
          <priority>P1</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>43515</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Laszlo Gombos">laszlo.gombos</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>s.mathur</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>322598</commentid>
    <comment_count>0</comment_count>
    <who name="Laszlo Gombos">laszlo.gombos</who>
    <bug_when>2010-12-15 07:41:21 -0800</bug_when>
    <thetext>The refactoring in r73570 broke the Symbian build; Below is the first build error:

make [...] jsbase.cpp

&quot;JavaScriptCore\wtf/PageAllocation.h&quot;, line 102: Error:  #289: no instance of constructor &quot;WTF::PageAllocation::PageAllocation&quot; matches the argumentlist
            argument types are: (void *, size_t)
          return PageAllocation(OSAllocator::reserveAndCommit(size, usage, writable, executable), size);
                                ^
&quot;JavaScriptCore\wtf/PageReservation.h&quot;, line 93: Error:  #289: no instance of constructor &quot;WTF::PageReservation::PageReservation&quot; matches the argument list
            argument types are: (void *, size_t, bool, bool)
          return PageReservation(OSAllocator::reserve(size, usage, writable, executable), size, writable, executable);
                                 ^
&quot;JavaScriptCore\wtf/PageReservation.h&quot;, line 113: Error:  #20: identifier &quot;writable&quot; is undefined
          , m_writable(writable)
                       ^
&quot;JavaScriptCore\wtf/PageReservation.h&quot;, line 114: Error:  #20: identifier &quot;executable&quot; is undefined
          , m_executable(executable)
                         ^
JavaScriptCore\API\jsbase.cpp: 0 warnings, 4 errors</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>328968</commentid>
    <comment_count>1</comment_count>
    <who name="Laszlo Gombos">laszlo.gombos</who>
    <bug_when>2011-01-04 05:49:24 -0800</bug_when>
    <thetext>The build issue has been resolved by r74297 and r74520. Reimplementing the allocator for Symbian is tracked by bug 51128. Closing this bug.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>