summaryrefslogtreecommitdiffstats
path: root/WebCore/html/TextMetrics.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/TextMetrics.idl')
-rw-r--r--WebCore/html/TextMetrics.idl4
1 files changed, 1 insertions, 3 deletions
diff --git a/WebCore/html/TextMetrics.idl b/WebCore/html/TextMetrics.idl
index dc88716..1a315ba 100644
--- a/WebCore/html/TextMetrics.idl
+++ b/WebCore/html/TextMetrics.idl
@@ -25,9 +25,7 @@
module html {
- interface [
- GenerateConstructor
- ] TextMetrics {
+ interface TextMetrics {
readonly attribute float width;
};