| Index: Source/modules/webmidi/MIDIAccessPromise.h | 
| diff --git a/Source/modules/webmidi/MIDIAccessPromise.h b/Source/modules/webmidi/MIDIAccessPromise.h | 
| index 9cab971dc3d9bdb39e6b3176eb8c8b64c683ed68..6de3f70e7133939f1a98ab70fbe24bfb9fbffae4 100644 | 
| --- a/Source/modules/webmidi/MIDIAccessPromise.h | 
| +++ b/Source/modules/webmidi/MIDIAccessPromise.h | 
| @@ -58,8 +58,10 @@ public: | 
| // ActiveDOMObject | 
| virtual bool canSuspend() const OVERRIDE { return true; } | 
|  | 
| +    MIDIOptions* options() { return m_options.get(); } | 
| + | 
| void fulfill(); | 
| -    void reject(DOMError*); | 
| +    void reject(PassRefPtr<DOMError>); | 
|  | 
| private: | 
| enum State { | 
|  |