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

Unified Diff: webkit/child/websocketstreamhandle_impl.cc

Issue 22815034: Introduce webkit_glue bridges for the new WebSocket Implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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
« no previous file with comments | « webkit/child/webkitplatformsupport_impl.h ('k') | webkit/glue/webkit_glue_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/websocketstreamhandle_impl.cc
diff --git a/webkit/child/websocketstreamhandle_impl.cc b/webkit/child/websocketstreamhandle_impl.cc
index fe46b8f7fe1b72429eb2b7f206bb5aa702ea9a6d..3359fc00309e2e422206855391dca50abb74c088 100644
--- a/webkit/child/websocketstreamhandle_impl.cc
+++ b/webkit/child/websocketstreamhandle_impl.cc
@@ -86,7 +86,7 @@ void WebSocketStreamHandleImpl::Context::Connect(
WebKitPlatformSupportImpl* platform) {
VLOG(1) << "Connect url=" << url;
DCHECK(!bridge_.get());
- bridge_ = platform->CreateWebSocketBridge(handle_, this);
+ bridge_ = platform->CreateWebSocketStreamBridge(handle_, this);
AddRef(); // Will be released by DidClose().
bridge_->Connect(url);
}
« no previous file with comments | « webkit/child/webkitplatformsupport_impl.h ('k') | webkit/glue/webkit_glue_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698