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

Issue 259973002: Fix for the revert of r172659. The problem was that MediaStreamImpl's constructor was getting a Ren… (Closed)

Created:
6 years, 8 months ago by jam
Modified:
6 years, 7 months ago
Reviewers:
nasko
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, creis+watch_chromium.org, site-isolation-reviews_chromium.org
Visibility:
Public.

Description

Fix for the revert of Blink r172659. The problem was that MediaStreamImpl's constructor was getting a RenderView with an uninitialized routing_id. Also add a dcheck to catch this happening in the future to make debugging easier. BUG=304341 R=nasko@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266588

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -14 lines) Patch
M content/public/renderer/render_frame_observer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/public/renderer/render_view_observer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 chunk +1 line, -3 lines 0 comments Download
M content/renderer/render_view_impl.cc View 3 chunks +9 lines, -11 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jam
6 years, 8 months ago (2014-04-26 06:29:14 UTC) #1
nasko
Is it really uninitialized routing_id_ or some other part of RV? It looks like in ...
6 years, 7 months ago (2014-04-28 14:03:08 UTC) #2
jam
On 2014/04/28 14:03:08, nasko wrote: > Is it really uninitialized routing_id_ or some other part ...
6 years, 7 months ago (2014-04-28 14:43:45 UTC) #3
nasko
6 years, 7 months ago (2014-04-28 16:18:40 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698