Index: Source/modules/presentation/PresentationSession.idl |
diff --git a/Source/modules/presentation/PresentationSession.idl b/Source/modules/presentation/PresentationSession.idl |
index 6391ed24981ea9fa76eaf6125c6b59e9e6c5de4a..493f8ca4ed858ba2222e846e41c141ed8d924a4d 100644 |
--- a/Source/modules/presentation/PresentationSession.idl |
+++ b/Source/modules/presentation/PresentationSession.idl |
@@ -19,7 +19,7 @@ enum PresentationSessionState { |
attribute EventHandler onstatechange; |
// Communication |
- // TODO(avayvod): attribute BinaryType binaryType; |
+ attribute BinaryType binaryType; |
attribute EventHandler onmessage; |
[RaisesException] void send(DOMString message); |
[RaisesException] void send(Blob data); |