[Webkit-unassigned] [Bug 27369] New: [v8] Restore proxy retrieval lost in -r45596

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 17 05:48:15 PDT 2009


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

           Summary: [v8] Restore proxy retrieval lost in -r45596
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: antonm at chromium.org
                CC: dglazkov at chromium.org, ager at chromium.org


In my change list
(http://trac.webkit.org/changeset?old_path=%2Ftrunk%2FWebCore%2Fbindings%2Fv8&old=45595&new_path=%2Ftrunk%2FWebCore%2Fbindings%2Fv8&new=45596)
I made a typo and instead:

2414        if (!proxy) 
2415            proxy = V8Proxy::retrieve(); 

I put

2414        if (!proxy) 
2415            V8Proxy* proxy = V8Proxy::retrieve(); 

which made us notably slower.

Those line later were refactored, so change looks somewhat different.

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