Index: content/child/webkitplatformsupport_impl.h |
diff --git a/content/child/webkitplatformsupport_impl.h b/content/child/webkitplatformsupport_impl.h |
index f74fcd9351c93df348617fa72f877bb415c84095..4504b8aecccec5b82a58b3e413a60ae203e4b98e 100644 |
--- a/content/child/webkitplatformsupport_impl.h |
+++ b/content/child/webkitplatformsupport_impl.h |
@@ -29,9 +29,11 @@ class CONTENT_EXPORT WebKitPlatformSupportImpl |
virtual webkit_glue::ResourceLoaderBridge* CreateResourceLoader( |
const webkit_glue::ResourceLoaderBridge::RequestInfo& request_info) |
OVERRIDE; |
- virtual webkit_glue::WebSocketStreamHandleBridge* CreateWebSocketBridge( |
+ virtual webkit_glue::WebSocketStreamHandleBridge* CreateWebSocketStreamBridge( |
WebKit::WebSocketStreamHandle* handle, |
webkit_glue::WebSocketStreamHandleDelegate* delegate) OVERRIDE; |
+ virtual webkit_glue::WebSocketHandleBridge* CreateWebSocketBridge( |
+ webkit_glue::WebSocketHandleDelegate* delegate) OVERRIDE; |
}; |
} // namespace content |