Bug 822712 - SimplePush - Add PushManager to the test_interfaces.html test. r=dougt

This commit is contained in:
Doug Turner 2013-03-28 22:08:35 -07:00
parent 1a021613e4
commit a59fe4a167

View File

@ -546,7 +546,8 @@ var interfaceNamesInGlobalScope =
"GamepadButtonEvent",
"GamepadAxisMoveEvent",
"SpeechRecognitionEvent",
"SpeechRecognitionError"
"SpeechRecognitionError",
"PushManager"
]
for (var i in SpecialPowers.Components.interfaces) {