summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLLabelElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLLabelElement.idl')
-rw-r--r--WebCore/html/HTMLLabelElement.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/html/HTMLLabelElement.idl b/WebCore/html/HTMLLabelElement.idl
index dddc89c..c946bc4 100644
--- a/WebCore/html/HTMLLabelElement.idl
+++ b/WebCore/html/HTMLLabelElement.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006 Apple Computer, Inc.
+ * Copyright (C) 2006, 2010 Apple Inc. All rights reserved.
* Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>
*
* This library is free software; you can redistribute it and/or
@@ -22,8 +22,8 @@ module html {
interface HTMLLabelElement : HTMLElement {
readonly attribute HTMLFormElement form;
- attribute [ConvertNullToNullString] DOMString accessKey;
- attribute [ConvertNullToNullString] DOMString htmlFor;
+ attribute [Reflect] DOMString accessKey;
+ attribute [Reflect=for] DOMString htmlFor;
readonly attribute HTMLElement control;
};