Bug 100549 - Add an operator& to RetainPtr
Summary: Add an operator& to RetainPtr
Status: RESOLVED WONTFIX
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: 100574
Blocks:
  Show dependency treegraph
 
Reported: 2012-10-26 11:57 PDT by Anders Carlsson
Modified: 2012-10-26 16:31 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.23 KB, patch)
2012-10-26 12:00 PDT, Anders Carlsson
mitz: 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 2012-10-26 11:57:04 PDT
Add an operator& to RetainPtr
Comment 1 Anders Carlsson 2012-10-26 12:00:16 PDT
Created attachment 170980 [details]
Patch
Comment 2 Anders Carlsson 2012-10-26 13:37:05 PDT
Committed r132689: <http://trac.webkit.org/changeset/132689>
Comment 3 WebKit Review Bot 2012-10-26 16:29:52 PDT
Re-opened since this is blocked by bug 100574
Comment 4 Anders Carlsson 2012-10-26 16:31:37 PDT
Let's not do this using operator& - it broke putting RetainPtrs in HashMaps (and probably Vectors too).