Bug 912849 - part6 - interface tests. r=khuey

This commit is contained in:
Hsin-Yi Tsai 2013-10-29 19:00:53 +08:00
parent f4d9a8c617
commit 1dcac02eaa
2 changed files with 5 additions and 0 deletions

View File

@ -56,6 +56,10 @@ const kEventConstructors = {
return new CallEvent(aName, aProps);
},
},
CallGroupErrorEvent: { create: function (aName, aProps) {
return new CallGroupErrorEvent(aName, aProps);
},
},
CFStateChangeEvent: { create: function (aName, aProps) {
return new CFStateChangeEvent(aName, aProps);
},

View File

@ -101,6 +101,7 @@ var interfaceNamesInGlobalScope =
{name: "BoxObject", xbl: true},
{name: "BrowserFeedWriter", desktop: true},
{name: "CallEvent", b2g: true, pref: "dom.telephony.enabled"},
{name: "CallGroupErrorEvent", b2g: true, pref: "dom.telephony.enabled"},
"CameraCapabilities",
"CameraControl",
"CameraManager",