summaryrefslogtreecommitdiff
path: root/Source/WebCore/dom/CustomEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/CustomEvent.idl')
-rw-r--r--Source/WebCore/dom/CustomEvent.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/dom/CustomEvent.idl b/Source/WebCore/dom/CustomEvent.idl
index 12e0ec37b..899ad1a97 100644
--- a/Source/WebCore/dom/CustomEvent.idl
+++ b/Source/WebCore/dom/CustomEvent.idl
@@ -26,6 +26,7 @@
// Introduced in DOM Level 3:
[
ConstructorTemplate=Event,
+ JSCustomMarkFunction,
] interface CustomEvent : Event {
[InitializedByEventConstructor, CustomGetter] readonly attribute any detail;