| Index: Source/modules/encryptedmedia/MediaKeySession.idl
|
| diff --git a/Source/modules/encryptedmedia/MediaKeySession.idl b/Source/modules/encryptedmedia/MediaKeySession.idl
|
| index c0b7f8cf7a1ec94a59a0fd8f39bc5c6f602f01ad..bf7d092127d4668b2cb814f746fc45af7d861d79 100644
|
| --- a/Source/modules/encryptedmedia/MediaKeySession.idl
|
| +++ b/Source/modules/encryptedmedia/MediaKeySession.idl
|
| @@ -21,7 +21,7 @@
|
| * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| - */
|
| + */
|
|
|
| [
|
| RuntimeEnabled=EncryptedMedia
|
| @@ -34,7 +34,7 @@
|
| readonly attribute DOMString sessionId;
|
|
|
| // session operations
|
| - [RaisesException] void update(Uint8Array key);
|
| + [RaisesException] void update(Uint8Array response);
|
| void close();
|
|
|
| // EventHandlers
|
|
|