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

Unified Diff: Source/web/WebEmbeddedWorkerImpl.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/WebDevToolsFrontendImpl.h ('k') | Source/web/WebEntities.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebEmbeddedWorkerImpl.h
diff --git a/Source/web/WebEmbeddedWorkerImpl.h b/Source/web/WebEmbeddedWorkerImpl.h
index 8c4d9d9817fbff3f36a7a4ae054aeedb5c24a969..13d892a2cbb5a3c4a4c51e2fc3088c64ca90bd16 100644
--- a/Source/web/WebEmbeddedWorkerImpl.h
+++ b/Source/web/WebEmbeddedWorkerImpl.h
@@ -55,6 +55,7 @@ class WebEmbeddedWorkerImpl final
, public WebDevToolsAgentClient
, private WorkerLoaderProxyProvider {
WTF_MAKE_NONCOPYABLE(WebEmbeddedWorkerImpl);
+ WTF_MAKE_FAST_ALLOCATED(WebEmbeddedWorkerImpl);
public:
WebEmbeddedWorkerImpl(PassOwnPtr<WebServiceWorkerContextClient>, PassOwnPtr<WebWorkerContentSettingsClientProxy>);
~WebEmbeddedWorkerImpl() override;
« no previous file with comments | « Source/web/WebDevToolsFrontendImpl.h ('k') | Source/web/WebEntities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698