Index: Source/core/html/HTMLElement.idl |
diff --git a/Source/core/html/HTMLElement.idl b/Source/core/html/HTMLElement.idl |
index ba4e21e010cf60174a9b573a5130f506d2002633..7a849e9443fef9fa96094778f023998820335f0a 100644 |
--- a/Source/core/html/HTMLElement.idl |
+++ b/Source/core/html/HTMLElement.idl |
@@ -26,7 +26,7 @@ interface HTMLElement : Element { |
[Reflect] attribute DOMString lang; |
attribute boolean translate; |
attribute DOMString dir; |
- // FIXME: dataset is on Element. crbug.com/498485 |
+ [SameObject, PerWorldBindings] readonly attribute DOMStringMap dataset; |
// user interaction |
[Reflect] attribute boolean hidden; |