Chromium Code Reviews| Index: Source/core/dom/ClientRectList.idl |
| diff --git a/Source/core/dom/ClientRectList.idl b/Source/core/dom/ClientRectList.idl |
| index 8017c6b1a39a63ef54551308a565e7cda4d6fc34..2d35d6785ead4b0418c6dceb2c2a0a952fd7b8b6 100644 |
| --- a/Source/core/dom/ClientRectList.idl |
| +++ b/Source/core/dom/ClientRectList.idl |
| @@ -25,7 +25,6 @@ |
| */ |
| [ |
| - ImplementationLacksVTable |
| ] interface ClientRectList { |
| readonly attribute unsigned long length; |
| getter ClientRect item([IsIndex,Default=Undefined] optional unsigned long index); |