Bug 85099 - Removed the sole use of Weak<Unknown>
Summary: Removed the sole use of Weak<Unknown>
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: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-27 14:19 PDT by Geoffrey Garen
Modified: 2012-04-27 14:45 PDT (History)
0 users

See Also:


Attachments
Patch (5.01 KB, patch)
2012-04-27 14:28 PDT, Geoffrey Garen
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2012-04-27 14:19:52 PDT
Removed the sole use of Weak<Unknown>
Comment 1 Geoffrey Garen 2012-04-27 14:28:43 PDT
Created attachment 139279 [details]
Patch
Comment 2 Sam Weinig 2012-04-27 14:34:31 PDT
Comment on attachment 139279 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=139279&action=review

> Source/WebCore/ChangeLog:21
> +        Since no clients actually want these behaviors, it's hard to tell if
> +        they're the right behaviors, and it's not worth the implementation
> +        complexity. If we come up with a client that wants these behaviors, we
> +        can always revisit this.

Good.
Comment 3 Geoffrey Garen 2012-04-27 14:45:17 PDT
Committed r115496: <http://trac.webkit.org/changeset/115496>