Index: Source/core/page/DOMWindow.idl |
diff --git a/Source/core/page/DOMWindow.idl b/Source/core/page/DOMWindow.idl |
index d04ac7aba58fa1f8c4881f2c5f19d625e1d8618c..6fb8da4acfe6599adc739071da3a7d5890a8f240 100644 |
--- a/Source/core/page/DOMWindow.idl |
+++ b/Source/core/page/DOMWindow.idl |
@@ -36,12 +36,12 @@ |
// DOM Level 0 |
[Replaceable] readonly attribute Screen screen; |
[Replaceable] readonly attribute History history; |
- [Replaceable] readonly attribute BarInfo locationbar; |
- [Replaceable] readonly attribute BarInfo menubar; |
- [Replaceable] readonly attribute BarInfo personalbar; |
- [Replaceable] readonly attribute BarInfo scrollbars; |
- [Replaceable] readonly attribute BarInfo statusbar; |
- [Replaceable] readonly attribute BarInfo toolbar; |
+ [Replaceable] readonly attribute BarProp locationbar; |
+ [Replaceable] readonly attribute BarProp menubar; |
+ [Replaceable] readonly attribute BarProp personalbar; |
+ [Replaceable] readonly attribute BarProp scrollbars; |
+ [Replaceable] readonly attribute BarProp statusbar; |
+ [Replaceable] readonly attribute BarProp toolbar; |
[Replaceable, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds] readonly attribute Navigator navigator; |
[Replaceable] readonly attribute Navigator clientInformation; |
readonly attribute Crypto crypto; |