Index: Source/modules/webmidi/MIDIClient.h |
diff --git a/Source/modules/webmidi/MIDIClient.h b/Source/modules/webmidi/MIDIClient.h |
index e07acd4da4e6e6b5e04724df190acdecacb2bbc8..3646e7047fa6431e8afc396e7248d6e78282ecf9 100644 |
--- a/Source/modules/webmidi/MIDIClient.h |
+++ b/Source/modules/webmidi/MIDIClient.h |
@@ -35,8 +35,8 @@ |
namespace WebCore { |
+class LocalFrame; |
class MIDIAccess; |
-class Page; |
class MIDIClient { |
public: |
@@ -46,7 +46,7 @@ public: |
virtual ~MIDIClient() { } |
}; |
-void provideMIDITo(Page&, PassOwnPtr<MIDIClient>); |
+void provideMIDITo(LocalFrame&, PassOwnPtr<MIDIClient>); |
} // namespace WebCore |