Chromium Code Reviews| Index: Source/modules/webmidi/MIDIClient.h |
| diff --git a/Source/modules/webmidi/MIDIClient.h b/Source/modules/webmidi/MIDIClient.h |
| index 5c797c4fb22a1b126728355b4f091546ec007d5f..4ba3563ce037e60a2009a493975662fcc60588ff 100644 |
| --- a/Source/modules/webmidi/MIDIClient.h |
| +++ b/Source/modules/webmidi/MIDIClient.h |
| @@ -47,7 +47,7 @@ protected: |
| virtual ~MIDIClient() { } |
| }; |
| -void provideMIDITo(Page*, MIDIClient*); |
| +void provideMIDITo(Page&, MIDIClient*); |
| } // namespace WebCore |