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