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

Unified Diff: Source/core/inspector/v8/V8JavaScriptCallFrame.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/V8DebuggerListener.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/v8/V8JavaScriptCallFrame.h
diff --git a/Source/core/inspector/v8/V8JavaScriptCallFrame.h b/Source/core/inspector/v8/V8JavaScriptCallFrame.h
index 138ad8cdddf14822f098262a52b81501d8506cac..946440d2e466f90de26a5febec01120ca548ccc4 100644
--- a/Source/core/inspector/v8/V8JavaScriptCallFrame.h
+++ b/Source/core/inspector/v8/V8JavaScriptCallFrame.h
@@ -5,6 +5,7 @@
#ifndef V8JavaScriptCallFrame_h
#define V8JavaScriptCallFrame_h
+#include "wtf/Allocator.h"
#include "wtf/Forward.h"
#include <v8.h>
@@ -13,6 +14,7 @@ namespace blink {
class JavaScriptCallFrame;
class V8JavaScriptCallFrame {
+ STATIC_ONLY(V8JavaScriptCallFrame);
public:
static v8::Local<v8::FunctionTemplate> createWrapperTemplate(v8::Isolate*);
static v8::Local<v8::Object> wrap(v8::Local<v8::FunctionTemplate> constructorTemplate, v8::Local<v8::Context>, PassRefPtr<JavaScriptCallFrame>);
« no previous file with comments | « Source/core/inspector/v8/V8DebuggerListener.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698