summaryrefslogtreecommitdiffstats
path: root/Source/JavaScriptCore/profiler/Profiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/profiler/Profiler.h')
-rw-r--r--Source/JavaScriptCore/profiler/Profiler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/profiler/Profiler.h b/Source/JavaScriptCore/profiler/Profiler.h
index f9c2ccb..f88746d 100644
--- a/Source/JavaScriptCore/profiler/Profiler.h
+++ b/Source/JavaScriptCore/profiler/Profiler.h
@@ -44,7 +44,8 @@ namespace JSC {
class UString;
struct CallIdentifier;
- class Profiler : public FastAllocBase {
+ class Profiler {
+ WTF_MAKE_FAST_ALLOCATED;
public:
static Profiler** enabledProfilerReference()
{