summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLHRElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLHRElement.idl')
-rw-r--r--WebCore/html/HTMLHRElement.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/WebCore/html/HTMLHRElement.idl b/WebCore/html/HTMLHRElement.idl
index bb1fdcf..23a57da 100644
--- a/WebCore/html/HTMLHRElement.idl
+++ b/WebCore/html/HTMLHRElement.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006 Apple Computer, Inc.
+ * Copyright (C) 2006, 2010 Apple Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -20,10 +20,10 @@
module html {
interface HTMLHRElement : HTMLElement {
- attribute [ConvertNullToNullString] DOMString align;
- attribute boolean noShade;
- attribute [ConvertNullToNullString] DOMString size;
- attribute [ConvertNullToNullString] DOMString width;
+ attribute [Reflect] DOMString align;
+ attribute [Reflect] boolean noShade;
+ attribute [Reflect] DOMString size;
+ attribute [Reflect] DOMString width;
};
}