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

Unified Diff: Source/core/inspector/v8/V8Debugger.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/ScriptBreakpoint.h ('k') | Source/core/inspector/v8/V8DebuggerClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/v8/V8Debugger.h
diff --git a/Source/core/inspector/v8/V8Debugger.h b/Source/core/inspector/v8/V8Debugger.h
index 78b0fe866d0938624f129e7b62ee55844c654251..26ebb5ab6e413d259b24c4c10e5dc1d91bcabcb2 100644
--- a/Source/core/inspector/v8/V8Debugger.h
+++ b/Source/core/inspector/v8/V8Debugger.h
@@ -8,6 +8,7 @@
#include "core/CoreExport.h"
#include "core/InspectorTypeBuilder.h"
#include "core/inspector/v8/V8DebuggerListener.h"
+#include "wtf/FastAllocBase.h"
#include "wtf/Forward.h"
#include "wtf/PassOwnPtr.h"
@@ -21,6 +22,7 @@ class V8DebuggerClient;
struct ScriptBreakpoint;
class CORE_EXPORT V8Debugger {
+ WTF_MAKE_FAST_ALLOCATED(V8Debugger);
public:
static PassOwnPtr<V8Debugger> create(v8::Isolate*, V8DebuggerClient*);
virtual ~V8Debugger() { }
« no previous file with comments | « Source/core/inspector/v8/ScriptBreakpoint.h ('k') | Source/core/inspector/v8/V8DebuggerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698