summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/KeyboardEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/KeyboardEvent.idl')
-rw-r--r--WebCore/dom/KeyboardEvent.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/dom/KeyboardEvent.idl b/WebCore/dom/KeyboardEvent.idl
index 7e1f1ee..808319f 100644
--- a/WebCore/dom/KeyboardEvent.idl
+++ b/WebCore/dom/KeyboardEvent.idl
@@ -46,7 +46,7 @@ module events {
#endif
// FIXME: this does not match the version in the DOM spec.
- void initKeyboardEvent(in AtomicString type,
+ void initKeyboardEvent(in DOMString type,
in boolean canBubble,
in boolean cancelable,
in DOMWindow view,
@@ -63,7 +63,7 @@ module events {
readonly attribute long keyCode;
readonly attribute long charCode;
- void initKeyboardEvent(in AtomicString type,
+ void initKeyboardEvent(in DOMString type,
in boolean canBubble,
in boolean cancelable,
in DOMWindow view,