summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/bridge/IdentifierRep.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bridge/IdentifierRep.h')
-rw-r--r--Source/WebCore/bridge/IdentifierRep.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/bridge/IdentifierRep.h b/Source/WebCore/bridge/IdentifierRep.h
index 99bae0b..8646e92 100644
--- a/Source/WebCore/bridge/IdentifierRep.h
+++ b/Source/WebCore/bridge/IdentifierRep.h
@@ -33,7 +33,8 @@
namespace WebCore {
-class IdentifierRep : public FastAllocBase {
+class IdentifierRep {
+ WTF_MAKE_FAST_ALLOCATED;
public:
static IdentifierRep* get(int);
static IdentifierRep* get(const char*);