Index: dom/MessagePort.idl |
diff --git a/dom/MessagePort.idl b/dom/MessagePort.idl |
index bbd48c0ede21d8e127713d3ae140874d4c43bf10..b851ec791dbc41119b08ad8d104774b60fd2f8f9 100644 |
--- a/dom/MessagePort.idl |
+++ b/dom/MessagePort.idl |
@@ -26,11 +26,8 @@ |
*/ |
[ |
- JSCustomMarkFunction, |
- JSGenerateIsReachable=Impl, |
ActiveDOMObject, |
- EventTarget, |
- JSNoStaticTables |
+ EventTarget |
] interface MessagePort { |
// We need to have something as an ObjC binding, because MessagePort is used in MessageEvent, which already has one, |
// but we don't want to actually expose the API while it is in flux. |