Index: Source/WebCore/dom/DOMError.idl |
=================================================================== |
--- Source/WebCore/dom/DOMError.idl (revision 142703) |
+++ Source/WebCore/dom/DOMError.idl (working copy) |
@@ -25,9 +25,9 @@ |
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
- |
- interface [ |
-] DOMError { |
+[ |
+ ImplementationLacksVTable |
+] interface DOMError { |
readonly attribute DOMString name; |
}; |