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

Unified Diff: Source/core/inspector/MainThreadDebugger.h

Issue 1308273007: Make classes and structures in core/inspector 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/core/inspector/LayoutEditor.h ('k') | Source/core/inspector/PromiseTracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/MainThreadDebugger.h
diff --git a/Source/core/inspector/MainThreadDebugger.h b/Source/core/inspector/MainThreadDebugger.h
index bb5cc3f7696f9c1e239fb92e40816fbe5a0bf088..203ad6d952a62c87e96aad151505b54cee0be038 100644
--- a/Source/core/inspector/MainThreadDebugger.h
+++ b/Source/core/inspector/MainThreadDebugger.h
@@ -49,6 +49,7 @@ class CORE_EXPORT MainThreadDebugger final : public ScriptDebuggerBase {
WTF_MAKE_NONCOPYABLE(MainThreadDebugger);
public:
class ClientMessageLoop {
+ WTF_MAKE_FAST_ALLOCATED(ClientMessageLoop);
public:
virtual ~ClientMessageLoop() { }
virtual void run(LocalFrame*) = 0;
« no previous file with comments | « Source/core/inspector/LayoutEditor.h ('k') | Source/core/inspector/PromiseTracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698