Bug 31812

Summary: WebSocket code uses RefPtr::get() where it shouldn't
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Trivial CC: ukai
Priority: P4    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed patch oliver: review+

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.