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

Unified Diff: Source/core/inspector/InjectedScriptHostClient.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/InjectedScript.h ('k') | Source/core/inspector/InspectorBaseAgent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InjectedScriptHostClient.h
diff --git a/Source/core/inspector/InjectedScriptHostClient.h b/Source/core/inspector/InjectedScriptHostClient.h
index 453b45a7ca8e49af6e00307ef2df469371e5c20d..0c339717a83cdf0f28206adf1932c7913b68bfc1 100644
--- a/Source/core/inspector/InjectedScriptHostClient.h
+++ b/Source/core/inspector/InjectedScriptHostClient.h
@@ -5,9 +5,12 @@
#ifndef InjectedScriptHostClient_h
#define InjectedScriptHostClient_h
+#include "wtf/FastAllocBase.h"
+
namespace blink {
class InjectedScriptHostClient {
+ WTF_MAKE_FAST_ALLOCATED(InjectedScriptHostClient);
public:
virtual void muteWarningsAndDeprecations() { }
virtual void unmuteWarningsAndDeprecations() { }
« no previous file with comments | « Source/core/inspector/InjectedScript.h ('k') | Source/core/inspector/InspectorBaseAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698