Bug 139896 - Use a Transformer for UserData as well, to avoid always copying arrays and dictionaries
Summary: Use a Transformer for UserData as well, to avoid always copying arrays and di...
Status: NEW
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-12-22 19:43 PST by Anders Carlsson
Modified: 2014-12-22 22:49 PST (History)
0 users

See Also:


Attachments
Patch (9.97 KB, patch)
2014-12-22 19:44 PST, Anders Carlsson
darin: 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-12-22 19:43:53 PST
Use a Transformer for UserData as well, to avoid always copying arrays and dictionaries
Comment 1 Anders Carlsson 2014-12-22 19:44:20 PST
Created attachment 243660 [details]
Patch