Backed out changeset 48b004974cd2 (bug 978639) for breaking non-unified builds on a CLOSED TREE

This commit is contained in:
Carsten "Tomcat" Book 2014-10-21 11:53:16 +02:00
parent 85fb878115
commit c49f34dc4c

View File

@ -17,9 +17,6 @@ interface TelephonyCallGroup : EventTarget {
[Throws]
void remove(TelephonyCall call);
[NewObject, Throws]
Promise<void> hangUp();
[Throws]
void hold();