summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/Event.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/Event.idl')
-rw-r--r--WebCore/dom/Event.idl8
1 files changed, 2 insertions, 6 deletions
diff --git a/WebCore/dom/Event.idl b/WebCore/dom/Event.idl
index 75b6b5f..d64d122 100644
--- a/WebCore/dom/Event.idl
+++ b/WebCore/dom/Event.idl
@@ -23,11 +23,8 @@ module events {
// Introduced in DOM Level 2:
interface [
CustomToJS,
- GenerateConstructor,
NoStaticTables,
- Polymorphic,
- InterfaceUUID=D17495FA-ACAD-4d27-9362-E19E057B189D,
- ImplementationUUID=CFDCDDB2-5B3F-412d-BDA4-80B23C721549
+ Polymorphic
] Event {
// DOM PhaseType
@@ -61,9 +58,8 @@ module events {
readonly attribute unsigned short eventPhase;
readonly attribute boolean bubbles;
readonly attribute boolean cancelable;
-#if !defined(LANGUAGE_COM) || !LANGUAGE_COM
readonly attribute DOMTimeStamp timeStamp;
-#endif
+
void stopPropagation();
void preventDefault();
[OldStyleObjC] void initEvent(in DOMString eventTypeArg,