Index: core/dom/DOMError.idl |
diff --git a/core/dom/DOMError.idl b/core/dom/DOMError.idl |
index b2ea60f4821900f79a79684c113186cc55d84c15..aba4e7a6c512bcfc3c198da644485a69b25ffb7d 100644 |
--- a/core/dom/DOMError.idl |
+++ b/core/dom/DOMError.idl |
@@ -26,7 +26,8 @@ |
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
[ |
- NoInterfaceObject |
+ Constructor(DOMString name, optional DOMString message = null), |
+ WillBeGarbageCollected |
] interface DOMError { |
readonly attribute DOMString name; |
readonly attribute DOMString message; |