summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/PlatformKeyboardEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/PlatformKeyboardEvent.h')
-rw-r--r--WebCore/platform/PlatformKeyboardEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/PlatformKeyboardEvent.h b/WebCore/platform/PlatformKeyboardEvent.h
index b5c2e95..cbbb48d 100644
--- a/WebCore/platform/PlatformKeyboardEvent.h
+++ b/WebCore/platform/PlatformKeyboardEvent.h
@@ -65,7 +65,7 @@ class BMessage;
namespace WebCore {
- class PlatformKeyboardEvent {
+ class PlatformKeyboardEvent : public FastAllocBase {
public:
enum Type {
// KeyDown is sent by platforms such as Mac OS X, gtk and Qt, and has information about both physical pressed key, and its translation.