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

Unified Diff: Source/core/inspector/v8/V8DebuggerClient.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/v8/V8Debugger.h ('k') | Source/core/inspector/v8/V8DebuggerListener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/v8/V8DebuggerClient.h
diff --git a/Source/core/inspector/v8/V8DebuggerClient.h b/Source/core/inspector/v8/V8DebuggerClient.h
index 0bd43771ba902243197af54e00ae38c02c18beca..ef14c3fe22abdc2f080fda03ef49f720fba507a6 100644
--- a/Source/core/inspector/v8/V8DebuggerClient.h
+++ b/Source/core/inspector/v8/V8DebuggerClient.h
@@ -6,6 +6,7 @@
#define V8DebuggerClient_h
#include "core/CoreExport.h"
+#include "wtf/FastAllocBase.h"
#include <v8.h>
@@ -14,6 +15,7 @@ namespace blink {
class V8DebuggerListener;
class CORE_EXPORT V8DebuggerClient {
+ WTF_MAKE_FAST_ALLOCATED(V8DebuggerClient);
public:
virtual ~V8DebuggerClient() { }
virtual v8::Local<v8::Object> compileDebuggerScript() = 0;
« no previous file with comments | « Source/core/inspector/v8/V8Debugger.h ('k') | Source/core/inspector/v8/V8DebuggerListener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698