[Webkit-unassigned] [Bug 28449] [v8] Use atomic string caching for createElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 19 21:28:51 PDT 2009


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


David Levin <levin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #35106|review-                     |review+, commit-queue-
               Flag|                            |




--- Comment #6 from David Levin <levin at chromium.org>  2009-08-19 21:28:49 PDT ---
(From update of attachment 35106)

> +++ WebCore/bindings/scripts/IDLParser.pm	(working copy)
> +                my @params = split(/,(?![^[]*])/, $methodSignature);

Although apparently valid without this, it would be nice to escape the last ]
to clue in the reader that it isn't a closing ] in the regex.

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