Chromium Code Reviews| Index: Source/core/html/TextMetrics.idl |
| diff --git a/Source/core/html/TextMetrics.idl b/Source/core/html/TextMetrics.idl |
| index 7677784d36724347d34815fcb867fe15640eaf14..5f217b830f835f7036f12f80fff8ae7b11beacba 100644 |
| --- a/Source/core/html/TextMetrics.idl |
| +++ b/Source/core/html/TextMetrics.idl |
| @@ -23,7 +23,6 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| [ |
| - ImplementationLacksVTable, |
| ] interface TextMetrics { |
| readonly attribute float width; |
| }; |