| Index: third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp b/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| index c8ee35dbac1a19c05035fb9f7c33fa5db117765d..46ce422078f9c23630977b5c4fc6712872a13bd6 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| @@ -152,7 +152,7 @@ PresentationConnection::PresentationConnection(LocalFrame* frame,
|
| m_id(id),
|
| m_url(url),
|
| m_state(WebPresentationConnectionState::Connecting),
|
| - m_binaryType(BinaryTypeBlob),
|
| + m_binaryType(BinaryTypeArrayBuffer),
|
| m_proxy(nullptr) {}
|
|
|
| PresentationConnection::~PresentationConnection() {
|
|
|