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 278b34d0ee09d6baa7fa0be7a075fd104b679a0a..2992d16032bc0c8be5388260198c90bf6b347b6f 100644 |
--- a/third_party/WebKit/Source/core/frame/BarProp.idl |
+++ b/third_party/WebKit/Source/core/frame/BarProp.idl |
@@ -29,7 +29,7 @@ |
// https://html.spec.whatwg.org/#barprop |
[ |
- WillBeGarbageCollected, |
+ GarbageCollected, |
] interface BarProp { |
readonly attribute boolean visible; |
}; |