Index: third_party/WebKit/Source/core/frame/BarProp.idl |
diff --git a/third_party/WebKit/Source/core/frame/BarProp.idl b/third_party/WebKit/Source/core/frame/BarProp.idl |
index 433d23a9de5a405362b5288edceaae80376fdf7a..0c5271c910df3df22fd2645b4431e8e04e18593e 100644 |
--- a/third_party/WebKit/Source/core/frame/BarProp.idl |
+++ b/third_party/WebKit/Source/core/frame/BarProp.idl |
@@ -29,5 +29,5 @@ |
// https://html.spec.whatwg.org/#barprop |
interface BarProp { |
- readonly attribute boolean visible; |
+ [Measure] readonly attribute boolean visible; |
}; |