Chromium Code Reviews| Index: Source/web/MIDIClientProxy.h |
| diff --git a/Source/web/MIDIClientProxy.h b/Source/web/MIDIClientProxy.h |
| index 75e5b7dbb0ea90e27e04fba3cc8c649de0e7596f..163802ea647c1f63c267260b631f48e30ac78f57 100644 |
| --- a/Source/web/MIDIClientProxy.h |
| +++ b/Source/web/MIDIClientProxy.h |
| @@ -40,7 +40,6 @@ |
| class WebMIDIClient; |
| class MIDIClientProxy final : public MIDIClient { |
| - WTF_MAKE_FAST_ALLOCATED(MIDIClientProxy); |
| public: |
| static PassOwnPtr<MIDIClientProxy> create(WebMIDIClient* client) |
| { |