diff --git a/mozilla/dom/public/idl/xul/XULCommandDispatcher.idl b/mozilla/dom/public/idl/xul/XULCommandDispatcher.idl index 8a924e63fe6..07ee3349dc1 100644 --- a/mozilla/dom/public/idl/xul/XULCommandDispatcher.idl +++ b/mozilla/dom/public/idl/xul/XULCommandDispatcher.idl @@ -4,7 +4,7 @@ interface XULCommandDispatcher { { 0xbf, 0x87, 0x0, 0x10, 0x5a, 0x1b, 0x6, 0x27 } } */ attribute Element focusedElement; - attribute Window focusedWindow; + attribute WindowInternal focusedWindow; attribute boolean suppressFocus; attribute boolean suppressFocusScroll; attribute boolean active; diff --git a/mozilla/rdf/content/public/idl/XULCommandDispatcher.idl b/mozilla/rdf/content/public/idl/XULCommandDispatcher.idl index 8a924e63fe6..07ee3349dc1 100644 --- a/mozilla/rdf/content/public/idl/XULCommandDispatcher.idl +++ b/mozilla/rdf/content/public/idl/XULCommandDispatcher.idl @@ -4,7 +4,7 @@ interface XULCommandDispatcher { { 0xbf, 0x87, 0x0, 0x10, 0x5a, 0x1b, 0x6, 0x27 } } */ attribute Element focusedElement; - attribute Window focusedWindow; + attribute WindowInternal focusedWindow; attribute boolean suppressFocus; attribute boolean suppressFocusScroll; attribute boolean active;