| Index: modules/mediastream/RTCSessionDescriptionCallback.idl
|
| ===================================================================
|
| --- modules/mediastream/RTCSessionDescriptionCallback.idl (revision 22811)
|
| +++ modules/mediastream/RTCSessionDescriptionCallback.idl (working copy)
|
| @@ -28,9 +28,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=MEDIA_STREAM
|
| -] callback interface RTCSessionDescriptionCallback {
|
| +callback interface RTCSessionDescriptionCallback {
|
| boolean handleEvent(RTCSessionDescription sdp);
|
| };
|
|
|
|
|