Index: third_party/WebKit/Source/core/html/HTMLOutputElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLOutputElement.idl b/third_party/WebKit/Source/core/html/HTMLOutputElement.idl |
index 957a9aa8fee0d9f623036f01fd5b8ae7db7a7c52..8efb9a075ab120a895ae896f0221ec3061607be8 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLOutputElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLOutputElement.idl |
@@ -25,7 +25,7 @@ |
// https://html.spec.whatwg.org/#the-output-element |
interface HTMLOutputElement : HTMLElement { |
- [PutForwards=value] readonly attribute DOMSettableTokenList htmlFor; |
+ [PutForwards=value] readonly attribute DOMTokenList htmlFor; |
[ImplementedAs=formOwner] readonly attribute HTMLFormElement? form; |
[Reflect] attribute DOMString name; |