summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/core/html/HTMLBaseElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/html/HTMLBaseElement.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/html/HTMLBaseElement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/html/HTMLBaseElement.idl b/chromium/third_party/WebKit/Source/core/html/HTMLBaseElement.idl
index 4d9d39f0f45..87e614f6f9e 100644
--- a/chromium/third_party/WebKit/Source/core/html/HTMLBaseElement.idl
+++ b/chromium/third_party/WebKit/Source/core/html/HTMLBaseElement.idl
@@ -18,6 +18,6 @@
*/
interface HTMLBaseElement : HTMLElement {
- [TreatNullAs=NullString] attribute DOMString href;
+ attribute DOMString href;
[Reflect] attribute DOMString target;
};