| Index: Source/modules/webmidi/NavigatorWebMIDI.h
|
| diff --git a/Source/modules/webmidi/NavigatorWebMIDI.h b/Source/modules/webmidi/NavigatorWebMIDI.h
|
| index 0cdba7ed5d6a0cbe64ab134be520b01515333deb..e9e3bd8fbe8744e78edce0e7c36ed8445c017309 100644
|
| --- a/Source/modules/webmidi/NavigatorWebMIDI.h
|
| +++ b/Source/modules/webmidi/NavigatorWebMIDI.h
|
| @@ -47,8 +47,8 @@ public:
|
| virtual ~NavigatorWebMIDI();
|
| static NavigatorWebMIDI& from(Navigator&);
|
|
|
| - static ScriptPromise requestMIDIAccess(ScriptState*, Navigator&, const Dictionary&);
|
| - ScriptPromise requestMIDIAccess(ScriptState*, const Dictionary&);
|
| + static ScriptPromise requestMIDIAccess(ScriptState*, Navigator&, const MIDIOptions*);
|
| + ScriptPromise requestMIDIAccess(ScriptState*, const MIDIOptions*);
|
|
|
| virtual void trace(Visitor* visitor) OVERRIDE { WillBeHeapSupplement<Navigator>::trace(visitor); }
|
|
|
|
|