summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/TextEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/TextEvent.idl')
-rw-r--r--WebCore/dom/TextEvent.idl4
1 files changed, 1 insertions, 3 deletions
diff --git a/WebCore/dom/TextEvent.idl b/WebCore/dom/TextEvent.idl
index 779afd1..83b0e3b 100644
--- a/WebCore/dom/TextEvent.idl
+++ b/WebCore/dom/TextEvent.idl
@@ -26,9 +26,7 @@
module events {
// Introduced in DOM Level 3:
- interface [
- GenerateConstructor
- ] TextEvent : UIEvent {
+ interface TextEvent : UIEvent {
readonly attribute DOMString data;