Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Issue 177873002: RTCPeerConnection: remove redundant throwing for callback args. (Closed)

Created:
6 years, 10 months ago by sof
Modified:
6 years, 10 months ago
CC:
blink-reviews, tommyw+watchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

RTCPeerConnection: remove redundant throwing for callback args. The generated binding code checks that the callback arguments are callable, reporting the required TypeError. Hence, implementation methods can simply assume that the supplied callback argument is valid. R= BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167692

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -16 lines) Patch
M Source/modules/mediastream/RTCPeerConnection.cpp View 3 chunks +4 lines, -16 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
sof
Please take a look. Identical checks to what was removed in https://codereview.chromium.org/173893009
6 years, 10 months ago (2014-02-24 13:41:59 UTC) #1
Tommy Widenflycht
lgtm
6 years, 10 months ago (2014-02-24 13:48:27 UTC) #2
sof
The CQ bit was checked by sigbjornf@opera.com
6 years, 10 months ago (2014-02-24 13:51:32 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sigbjornf@opera.com/177873002/1
6 years, 10 months ago (2014-02-24 13:51:37 UTC) #4
Mike West
LGTM2, assuming the bots are happy (especially linux_blink, since ASSERT only does anything in debug).
6 years, 10 months ago (2014-02-24 13:52:17 UTC) #5
commit-bot: I haz the power
6 years, 10 months ago (2014-02-24 16:43:37 UTC) #6
Message was sent while issue was closed.
Change committed as 167692

Powered by Google App Engine
This is Rietveld 408576698