summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLFontElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLFontElement.idl')
-rw-r--r--Source/WebCore/html/HTMLFontElement.idl13
1 files changed, 5 insertions, 8 deletions
diff --git a/Source/WebCore/html/HTMLFontElement.idl b/Source/WebCore/html/HTMLFontElement.idl
index 141816d1d..d2da3a9eb 100644
--- a/Source/WebCore/html/HTMLFontElement.idl
+++ b/Source/WebCore/html/HTMLFontElement.idl
@@ -17,12 +17,9 @@
* Boston, MA 02110-1301, USA.
*/
-module html {
+interface HTMLFontElement : HTMLElement {
+ [Reflect] attribute DOMString color;
+ [Reflect] attribute DOMString face;
+ [Reflect] attribute DOMString size;
+};
- interface HTMLFontElement : HTMLElement {
- attribute [Reflect] DOMString color;
- attribute [Reflect] DOMString face;
- attribute [Reflect] DOMString size;
- };
-
-}