| Index: public/web/WebMIDIClientMock.h
|
| diff --git a/public/web/WebMIDIClientMock.h b/public/web/WebMIDIClientMock.h
|
| index 4a775c266b7c5994271cbcaddde1153eda598101..289bf58de5590cdecf692c44a292c180e3eb448a 100644
|
| --- a/public/web/WebMIDIClientMock.h
|
| +++ b/public/web/WebMIDIClientMock.h
|
| @@ -42,7 +42,7 @@ class MIDIClientMock;
|
| class WebMIDIClientMock : public WebMIDIClient {
|
| public:
|
| BLINK_EXPORT WebMIDIClientMock();
|
| - virtual ~WebMIDIClientMock() { reset(); }
|
| + virtual ~WebMIDIClientMock();
|
|
|
| BLINK_EXPORT void setSysexPermission(bool);
|
| BLINK_EXPORT void resetMock();
|
| @@ -52,8 +52,6 @@ public:
|
| virtual void cancelSysexPermissionRequest(const WebMIDIPermissionRequest&) OVERRIDE;
|
|
|
| private:
|
| - BLINK_EXPORT void reset();
|
| -
|
| WebPrivateOwnPtr<MIDIClientMock> m_clientMock;
|
| };
|
|
|
|
|