Index: Source/WebCore/html/TextMetrics.idl |
=================================================================== |
--- Source/WebCore/html/TextMetrics.idl (revision 142707) |
+++ Source/WebCore/html/TextMetrics.idl (working copy) |
@@ -23,7 +23,9 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface TextMetrics { |
+[ |
+ ImplementationLacksVTable |
+] interface TextMetrics { |
readonly attribute float width; |
}; |