Index: content/child/webkitplatformsupport_impl.h |
diff --git a/content/child/webkitplatformsupport_impl.h b/content/child/webkitplatformsupport_impl.h |
index f74fcd9351c93df348617fa72f877bb415c84095..3a484d12d049c0b238326b5b737b32905bef8033 100644 |
--- a/content/child/webkitplatformsupport_impl.h |
+++ b/content/child/webkitplatformsupport_impl.h |
@@ -29,9 +29,10 @@ 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::WebSocketHandle* createWebSocketHandle() OVERRIDE; |
}; |
} // namespace content |