[Webkit-unassigned] [Bug 24540] Fix for missing mmap features in Symbian

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 23 07:25:03 PDT 2009


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


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32409|review?                     |review+
               Flag|                            |




--- Comment #7 from Simon Hausmann <hausmann at webkit.org>  2009-07-23 07:25:01 PDT ---
(From update of attachment 32409)

> +#if PLATFORM(SYMBIAN)
> +    const size_t MAX_NUM_BLOCKS = 256; // Max size of collector heap set to 16 MB
> +    static RHeap* userChunk = NULL;
> +#endif
> +    

This should not be indented and 0 instead of NULL should be used, as Mark
points out.

That's a really simple and minor issue that I can fix while landing. The rest
looks good to me.

-- 
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