Chromium Code Reviews| Index: Source/WebCore/dom/ClientRect.idl |
| =================================================================== |
| --- Source/WebCore/dom/ClientRect.idl (revision 142703) |
| +++ Source/WebCore/dom/ClientRect.idl (working copy) |
| @@ -24,7 +24,9 @@ |
| * |
| */ |
| -interface ClientRect { |
| +[ |
| + ImplementationLacksVTable |
| +] interface ClientRect { |
| readonly attribute float top; |
| readonly attribute float right; |
| readonly attribute float bottom; |