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

Unified Diff: webkit/glue/websocketstreamhandle_impl.cc

Issue 14307012: webkit: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/fileapi/upload_file_system_file_element_reader.cc ('k') | webkit/glue/weburlloader_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/websocketstreamhandle_impl.cc
diff --git a/webkit/glue/websocketstreamhandle_impl.cc b/webkit/glue/websocketstreamhandle_impl.cc
index 2663d2f97bedad9e22b91ec89e3b3e9a9901dbe6..897ccb751b53c468d5e51a7da598bdb4082ef527 100644
--- a/webkit/glue/websocketstreamhandle_impl.cc
+++ b/webkit/glue/websocketstreamhandle_impl.cc
@@ -165,7 +165,7 @@ void WebSocketStreamHandleImpl::Context::DidFail(
WebSocketStreamHandleImpl::WebSocketStreamHandleImpl(
WebKitPlatformSupportImpl* platform)
- : ALLOW_THIS_IN_INITIALIZER_LIST(context_(new Context(this))),
+ : context_(new Context(this)),
platform_(platform) {
}
« no previous file with comments | « webkit/fileapi/upload_file_system_file_element_reader.cc ('k') | webkit/glue/weburlloader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698