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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/PlatformKeyboardEvent.h b/WebCore/platform/PlatformKeyboardEvent.h
index cbbb48d..2b94cce 100644
--- a/WebCore/platform/PlatformKeyboardEvent.h
+++ b/WebCore/platform/PlatformKeyboardEvent.h
@@ -130,6 +130,7 @@ namespace WebCore {
static bool currentCapsLockState();
#if PLATFORM(MAC)
+ PlatformKeyboardEvent();
PlatformKeyboardEvent(NSEvent*);
NSEvent* macEvent() const { return m_macEvent.get(); }
#endif