Bug 1131047 - Part 1: Obsolete some events (WebIDL). r=hsinyi

This commit is contained in:
brian37ful 2015-04-16 09:33:00 -04:00
parent e704e6ceb5
commit 2445e6232d

View File

@ -30,9 +30,7 @@ interface TelephonyCallGroup : EventTarget {
attribute EventHandler onstatechange;
attribute EventHandler onconnected;
attribute EventHandler onholding;
attribute EventHandler onheld;
attribute EventHandler onresuming;
attribute EventHandler oncallschanged;
attribute EventHandler onerror;
};