| Index: Source/modules/encryptedmedia/MediaKeys.h
|
| diff --git a/Source/modules/encryptedmedia/MediaKeys.h b/Source/modules/encryptedmedia/MediaKeys.h
|
| index e66d4f025b806b16e82f1fc7632fb931e3680269..d733a69f779f76260ecb349ad2daae84e50f80bf 100644
|
| --- a/Source/modules/encryptedmedia/MediaKeys.h
|
| +++ b/Source/modules/encryptedmedia/MediaKeys.h
|
| @@ -82,6 +82,8 @@ protected:
|
|
|
| // FIXME: Check whether |initData| can be changed by JS. Maybe we should not pass it as a pointer.
|
| struct InitializeNewSessionData {
|
| + ALLOW_ONLY_INLINE_ALLOCATION();
|
| + public:
|
| InitializeNewSessionData(PassRefPtrWillBeRawPtr<MediaKeySession> session, const String& contentType, PassRefPtr<Uint8Array> initData)
|
| : session(session)
|
| , contentType(contentType)
|
|
|