summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/tools/CodeProfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/tools/CodeProfile.h')
-rw-r--r--Source/JavaScriptCore/tools/CodeProfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/tools/CodeProfile.h b/Source/JavaScriptCore/tools/CodeProfile.h
index ea360bcbc..db380eedb 100644
--- a/Source/JavaScriptCore/tools/CodeProfile.h
+++ b/Source/JavaScriptCore/tools/CodeProfile.h
@@ -33,6 +33,7 @@
namespace JSC {
class CodeProfile {
+ WTF_MAKE_FAST_ALLOCATED;
public:
CodeProfile(const SourceCode& source, CodeProfile* parent)
: m_file(source.provider()->url().utf8())