From 1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Wed, 17 Dec 2008 18:05:15 -0800 Subject: Code drop from //branches/cupcake/...@124589 --- WebCore/dom/KeyboardEvent.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'WebCore/dom/KeyboardEvent.idl') 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, -- cgit v1.1