Bug 790823 - Fix test failure: Unexpected interface name in global scope: MozTimeManager. r=jlebar

This commit is contained in:
Gene Lian 2012-09-13 12:39:57 +08:00
Родитель 9115d2104a
Коммит ec8823b965
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -531,7 +531,9 @@ var interfaceNamesInGlobalScope =
"CSSSupportsRule",
"MozMobileCellInfo",
"MozCanvasPrintState",
"TCPSocket"
"TCPSocket",
"MozTimeManager",
"MozNavigatorTime"
]
for (var i in Components.interfaces) {