Index: Source/core/dom/DOMError.idl |
diff --git a/Source/core/dom/DOMError.idl b/Source/core/dom/DOMError.idl |
index 71b54e39a823febb2a7387a1cb2b2d4feac4600d..5cded18fefa84d503cf238056b6b36b1c3e5fc70 100644 |
--- a/Source/core/dom/DOMError.idl |
+++ b/Source/core/dom/DOMError.idl |
@@ -26,7 +26,7 @@ |
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
[ |
- NoInterfaceObject, |
+ NoInterfaceObject |
] interface DOMError { |
readonly attribute DOMString name; |
}; |