[Webkit-unassigned] [Bug 100754] Faster sorting of numeric arrays

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 18 12:42:44 PST 2012


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


Cosmin Truta <ctruta at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #179542|0                           |1
        is obsolete|                            |
 Attachment #179542|review?                     |
               Flag|                            |
 Attachment #180006|                            |review?, commit-queue?
               Flag|                            |




--- Comment #28 from Cosmin Truta <ctruta at gmail.com>  2012-12-18 12:44:59 PST ---
Created an attachment (id=180006)
 --> (https://bugs.webkit.org/attachment.cgi?id=180006&action=review)
Patch and tests

Inclusion of "UnlinkedCodeBlock.h" added a declaration of JSC::Node in WebKit2, which clashed with WebCore::Node and broke the build on EFL and Windows. Not sure why the build broke on Mac and Qt, though. (Could it be because of indirect inclusion of the parser?)

I fixed it by qualifying WebCore::Node explicitly in WebKit2, and tested it on the EFL build. Let's hope it passes on the other platforms also.

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