Index: Source/bindings/v8/Dictionary.h |
diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h |
index bd52fe1b93958597acb998ef2045f4892cfec9c1..406ab74bf2d49212a85a43c18a384a414cdb28d4 100644 |
--- a/Source/bindings/v8/Dictionary.h |
+++ b/Source/bindings/v8/Dictionary.h |
@@ -43,6 +43,7 @@ class CSSFontFaceRule; |
class DOMError; |
class DOMWindow; |
class IDBKeyRange; |
+class MIDIPort; |
class MediaKeyError; |
class Notification; |
class SpeechRecognitionError; |
@@ -77,6 +78,7 @@ public: |
bool get(const String&, RefPtr<Storage>&) const; |
bool get(const String&, MessagePortArray&) const; |
bool get(const String&, RefPtr<Uint8Array>&) const; |
+ bool get(const String&, RefPtr<MIDIPort>&) const; |
#if ENABLE(ENCRYPTED_MEDIA) |
bool get(const String&, RefPtr<MediaKeyError>&) const; |
#endif |