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

Unified Diff: Source/web/WebSocketImpl.h

Issue 1328773002: Make classes and structures in web fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « Source/web/WebSharedWorkerImpl.h ('k') | Source/web/WebTextCheckingCompletionImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSocketImpl.h
diff --git a/Source/web/WebSocketImpl.h b/Source/web/WebSocketImpl.h
index 8ae7b8204585267bd989a3cfaf5429c839e22c80..4421e0f80377d2b9c607cb66903b6a9d0a83a143 100644
--- a/Source/web/WebSocketImpl.h
+++ b/Source/web/WebSocketImpl.h
@@ -37,6 +37,7 @@
#include "public/platform/WebString.h"
#include "public/web/WebSocket.h"
#include "public/web/WebSocketClient.h"
+#include "wtf/FastAllocBase.h"
#include "wtf/OwnPtr.h"
#include "wtf/RefPtr.h"
@@ -48,6 +49,7 @@ class WebSocketChannelClientProxy;
class WebURL;
class WebSocketImpl final : public WebSocket {
+ WTF_MAKE_FAST_ALLOCATED(WebSocketImpl);
public:
WebSocketImpl(const WebDocument&, WebSocketClient*);
~WebSocketImpl() override;
« no previous file with comments | « Source/web/WebSharedWorkerImpl.h ('k') | Source/web/WebTextCheckingCompletionImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698