summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLLinkElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLLinkElement.idl')
-rw-r--r--WebCore/html/HTMLLinkElement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLLinkElement.idl b/WebCore/html/HTMLLinkElement.idl
index 734e8cc..9419e15 100644
--- a/WebCore/html/HTMLLinkElement.idl
+++ b/WebCore/html/HTMLLinkElement.idl
@@ -20,7 +20,7 @@
module html {
- interface HTMLLinkElement : HTMLElement {
+ interface [CustomMarkFunction] HTMLLinkElement : HTMLElement {
attribute [Reflect] boolean disabled;
attribute [Reflect] DOMString charset;
attribute [Reflect, URL] DOMString href;