Bug 133261 - Object.prototype.toString() should use cached strings for null/undefined.
Summary: Object.prototype.toString() should use cached strings for null/undefined.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on: 133283
Blocks:
  Show dependency treegraph
 
Reported: 2014-05-24 19:29 PDT by Andreas Kling
Modified: 2014-05-26 06:38 PDT (History)
2 users (show)

See Also:


Attachments
Patch (5.14 KB, patch)
2014-05-24 19:29 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2014-05-24 19:29:07 PDT
Object.prototype.toString() should use cached strings for null/undefined.
Comment 1 Andreas Kling 2014-05-24 19:29:35 PDT
Created attachment 232028 [details]
Patch
Comment 2 WebKit Commit Bot 2014-05-24 20:51:13 PDT
Comment on attachment 232028 [details]
Patch

Clearing flags on attachment: 232028

Committed r169316: <http://trac.webkit.org/changeset/169316>
Comment 3 WebKit Commit Bot 2014-05-24 20:51:16 PDT
All reviewed patches have been landed.  Closing bug.