summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/MessageChannel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/MessageChannel.idl')
-rw-r--r--WebCore/dom/MessageChannel.idl10
1 files changed, 8 insertions, 2 deletions
diff --git a/WebCore/dom/MessageChannel.idl b/WebCore/dom/MessageChannel.idl
index bae5b18..a3f3c94 100644
--- a/WebCore/dom/MessageChannel.idl
+++ b/WebCore/dom/MessageChannel.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Apple Inc. All Rights Reserved.
+ * Copyright (C) 2008, 2010 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -26,7 +26,13 @@
module events {
- interface [CustomConstructor, CustomMarkFunction, NoStaticTables] MessageChannel {
+ interface [
+ CanBeConstructed,
+ CustomConstructFunction,
+ V8CustomConstructor,
+ CustomMarkFunction,
+ NoStaticTables
+ ] MessageChannel {
readonly attribute MessagePort port1;
readonly attribute MessagePort port2;