Bug 127996 - Don't allocate a new XMLHttpRequestStaticData every time staticData() is called
Summary: Don't allocate a new XMLHttpRequestStaticData every time staticData() is called
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-31 09:28 PST by Anders Carlsson
Modified: 2014-01-31 09:31 PST (History)
0 users

See Also:


Attachments
Patch (1.29 KB, patch)
2014-01-31 09:28 PST, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2014-01-31 09:28:04 PST
Don't allocate a new XMLHttpRequestStaticData every time staticData() is called
Comment 1 Anders Carlsson 2014-01-31 09:28:40 PST
Created attachment 222822 [details]
Patch
Comment 2 Andreas Kling 2014-01-31 09:29:56 PST
Comment on attachment 222822 [details]
Patch

:|
Comment 3 Anders Carlsson 2014-01-31 09:31:58 PST
Committed r163174: <http://trac.webkit.org/changeset/163174>