| Index: Source/bindings/dart/custom/DartWebSocketCustom.cpp
|
| ===================================================================
|
| --- Source/bindings/dart/custom/DartWebSocketCustom.cpp (revision 1430)
|
| +++ Source/bindings/dart/custom/DartWebSocketCustom.cpp (working copy)
|
| @@ -54,7 +54,7 @@
|
| if (exception)
|
| goto fail;
|
| receiver->send(data.get(), es);
|
| - } else if (DartDOMWrapper::instanceOf<DartBlob>(domData, dataHandle)) {
|
| + } else if (DartDOMWrapper::subtypeOf<DartBlob>(domData, dataHandle)) {
|
| Blob* data = DartBlob::toNative(dataHandle, exception);
|
| if (exception)
|
| goto fail;
|
|
|