Bug 31812 - WebSocket code uses RefPtr::get() where it shouldn't
Summary: WebSocket code uses RefPtr::get() where it shouldn't
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P4 Trivial
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-23 13:50 PST by Alexey Proskuryakov
Modified: 2009-11-23 13:54 PST (History)
1 user (show)

See Also:


Attachments
proposed patch (4.59 KB, patch)
2009-11-23 13:51 PST, Alexey Proskuryakov
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2009-11-23 13:50:13 PST
There is no need to get() when comparing RefPtrs.
Comment 1 Alexey Proskuryakov 2009-11-23 13:51:31 PST
Created attachment 43733 [details]
proposed patch
Comment 2 Oliver Hunt 2009-11-23 13:52:05 PST
Comment on attachment 43733 [details]
proposed patch

r=me!
Comment 3 Alexey Proskuryakov 2009-11-23 13:54:34 PST
Committed revision 51317.