Bug 112627

Summary: MessagePort::disentangle() takes an ExceptionCode argument without any need
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: esprehn+autocc, ojan.autocc, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch none

Description Alexey Proskuryakov 2013-03-18 14:36:44 PDT
MessagePort::disentangle() is called in two places. One has ASSERT_NO_EXCEPTION, and another fails to check the exception, but clearly cannot get one.

This function is also not exposed to bindings.
Comment 1 Alexey Proskuryakov 2013-03-18 14:39:15 PDT
Created attachment 193657 [details]
proposed patch
Comment 2 Geoffrey Garen 2013-03-18 14:50:08 PDT
Comment on attachment 193657 [details]
proposed patch

r=me
Comment 3 WebKit Review Bot 2013-03-18 15:24:39 PDT
Comment on attachment 193657 [details]
proposed patch

Clearing flags on attachment: 193657

Committed r146130: <http://trac.webkit.org/changeset/146130>
Comment 4 WebKit Review Bot 2013-03-18 15:24:42 PDT
All reviewed patches have been landed.  Closing bug.