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

Unified Diff: Source/core/inspector/ScriptCallFrame.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/RemoteObjectId.h ('k') | Source/core/inspector/V8AsyncCallTracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/ScriptCallFrame.h
diff --git a/Source/core/inspector/ScriptCallFrame.h b/Source/core/inspector/ScriptCallFrame.h
index 1788425900995825f19ef8a5ca964fee7928bc76..d063082e4c28926a95aa558ab4adacaa370c87b2 100644
--- a/Source/core/inspector/ScriptCallFrame.h
+++ b/Source/core/inspector/ScriptCallFrame.h
@@ -32,6 +32,7 @@
#define ScriptCallFrame_h
#include "core/InspectorTypeBuilder.h"
+#include "wtf/Allocator.h"
#include "wtf/Forward.h"
#include "wtf/text/WTFString.h"
@@ -40,6 +41,7 @@ namespace blink {
class TracedValue;
class ScriptCallFrame {
+ ALLOW_ONLY_INLINE_ALLOCATION();
public:
ScriptCallFrame();
ScriptCallFrame(const String& functionName, const String& scriptId, const String& scriptName, unsigned lineNumber, unsigned column = 0);
« no previous file with comments | « Source/core/inspector/RemoteObjectId.h ('k') | Source/core/inspector/V8AsyncCallTracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698