| Index: Source/WebCore/bindings/dart/custom/DartWebSocketCustom.cpp
|
| diff --git a/Source/WebCore/bindings/dart/custom/DartWebSocketCustom.cpp b/Source/WebCore/bindings/dart/custom/DartWebSocketCustom.cpp
|
| index 5d6aecb5eed8c133f05e5393bed9427aeb706cd2..a27180d8e947eb7e3c6c376f9a01c67f1b6e5eba 100644
|
| --- a/Source/WebCore/bindings/dart/custom/DartWebSocketCustom.cpp
|
| +++ b/Source/WebCore/bindings/dart/custom/DartWebSocketCustom.cpp
|
| @@ -36,6 +36,12 @@ namespace WebCore {
|
|
|
| namespace DartWebSocketInternal {
|
|
|
| +void constructorCallback(Dart_NativeArguments)
|
| +{
|
| + // FIXME: proper implementation.
|
| + DART_UNIMPLEMENTED();
|
| +}
|
| +
|
| void sendCallback(Dart_NativeArguments)
|
| {
|
| // FIXME: proper implementation.
|
|
|