summaryrefslogtreecommitdiffstats
path: root/WebCore/bridge/IdentifierRep.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bridge/IdentifierRep.h')
-rw-r--r--WebCore/bridge/IdentifierRep.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/bridge/IdentifierRep.h b/WebCore/bridge/IdentifierRep.h
index 8e0e0d9..8128bf8 100644
--- a/WebCore/bridge/IdentifierRep.h
+++ b/WebCore/bridge/IdentifierRep.h
@@ -27,11 +27,12 @@
#define IdentifierRep_h
#include <wtf/Assertions.h>
+#include <wtf/FastAllocBase.h>
#include <string.h>
namespace WebCore {
-class IdentifierRep {
+class IdentifierRep : public FastAllocBase {
public:
static IdentifierRep* get(int);
static IdentifierRep* get(const char*);