| Index: Source/modules/encryptedmedia/MediaKeySession.h
 | 
| diff --git a/Source/modules/encryptedmedia/MediaKeySession.h b/Source/modules/encryptedmedia/MediaKeySession.h
 | 
| index 6c141e5e108c8ad47663bff0c64daa7936d79c5a..c12fc00a1a4fd15d4afc68bce3cdeaa7eb2ab29c 100644
 | 
| --- a/Source/modules/encryptedmedia/MediaKeySession.h
 | 
| +++ b/Source/modules/encryptedmedia/MediaKeySession.h
 | 
| @@ -81,7 +81,7 @@ public:
 | 
|      void update(Uint8Array* response, ExceptionState&);
 | 
|      void release(ExceptionState&);
 | 
|  
 | 
| -    void enqueueEvent(PassRefPtr<Event>);
 | 
| +    void enqueueEvent(PassRefPtrWillBeRawPtr<Event>);
 | 
|  
 | 
|      // EventTarget
 | 
|      virtual const AtomicString& interfaceName() const OVERRIDE;
 | 
| 
 |