summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLParagraphElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLParagraphElement.idl')
-rw-r--r--WebCore/html/HTMLParagraphElement.idl6
1 files changed, 1 insertions, 5 deletions
diff --git a/WebCore/html/HTMLParagraphElement.idl b/WebCore/html/HTMLParagraphElement.idl
index b974ec2..cd3b940 100644
--- a/WebCore/html/HTMLParagraphElement.idl
+++ b/WebCore/html/HTMLParagraphElement.idl
@@ -19,11 +19,7 @@
module html {
- interface [
- GenerateConstructor,
- InterfaceUUID=dffe0809-f3f8-499d-8d5c-7d9893f23337,
- ImplementationUUID=21d60b62-4ecb-4849-8729-0a40c64d12aa
- ] HTMLParagraphElement : HTMLElement {
+ interface HTMLParagraphElement : HTMLElement {
attribute [ConvertNullToNullString] DOMString align;
};