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

Unified Diff: content/renderer/render_frame_proxy.cc

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Cleanup Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/render_frame_proxy.cc
diff --git a/content/renderer/render_frame_proxy.cc b/content/renderer/render_frame_proxy.cc
index c318049c1f89c7c6f40b79cc9dbc23d5a120cc0e..efab82622152d4ffaf01eddf10f0a8e382fa5696 100644
--- a/content/renderer/render_frame_proxy.cc
+++ b/content/renderer/render_frame_proxy.cc
@@ -446,7 +446,7 @@ void RenderFrameProxy::forwardPostMessage(
params.target_origin = target_origin.toString();
params.message_ports =
- WebMessagePortChannelImpl::ExtractMessagePortIDs(event.releaseChannels());
+ WebMessagePortChannelImpl::ExtractMessagePorts(event.releaseChannels());
// Include the routing ID for the source frame (if one exists), which the
// browser process will translate into the routing ID for the equivalent

Powered by Google App Engine
This is Rietveld 408576698