Index: Source/core/html/HTMLStyleElement.idl |
diff --git a/Source/core/html/HTMLStyleElement.idl b/Source/core/html/HTMLStyleElement.idl |
index 8163fd2b16015ffdf9b6c6c1380fe9b50aba025d..8c035ff359887f53db07113105befbd38c44ee54 100644 |
--- a/Source/core/html/HTMLStyleElement.idl |
+++ b/Source/core/html/HTMLStyleElement.idl |
@@ -23,7 +23,7 @@ |
interface HTMLStyleElement : HTMLElement { |
// TODO(philipj): The disabled attribute has been removed from the spec: |
// https://www.w3.org/Bugs/Public/show_bug.cgi?id=14703 |
- attribute boolean disabled; |
+ [Measure] attribute boolean disabled; |
[Reflect] attribute DOMString media; |
[Reflect] attribute DOMString type; |