Index: Source/core/dom/DOMError.idl |
diff --git a/Source/core/dom/DOMError.idl b/Source/core/dom/DOMError.idl |
index 81fa0311bf7ee6c212f15aac90364f6279954a0d..71b54e39a823febb2a7387a1cb2b2d4feac4600d 100644 |
--- a/Source/core/dom/DOMError.idl |
+++ b/Source/core/dom/DOMError.idl |
@@ -27,7 +27,6 @@ |
*/ |
[ |
NoInterfaceObject, |
- ImplementationLacksVTable |
] interface DOMError { |
readonly attribute DOMString name; |
}; |