| Index: runtime/bin/eventhandler_unsupported.cc
|
| diff --git a/runtime/bin/eventhandler_unsupported.cc b/runtime/bin/eventhandler_unsupported.cc
|
| index c79ad241febf287bac80680801b6d1ae15e66725..e93605564ccb3a71a7561a8add9677bd9a2a9f09 100644
|
| --- a/runtime/bin/eventhandler_unsupported.cc
|
| +++ b/runtime/bin/eventhandler_unsupported.cc
|
| @@ -13,24 +13,22 @@
|
| namespace dart {
|
| namespace bin {
|
|
|
| -void EventHandler::Start() {
|
| -}
|
| +void EventHandler::Start() {}
|
|
|
|
|
| -void EventHandler::Stop() {
|
| -}
|
| +void EventHandler::Stop() {}
|
|
|
|
|
| void FUNCTION_NAME(EventHandler_SendData)(Dart_NativeArguments args) {
|
| Dart_ThrowException(DartUtils::NewInternalError(
|
| - "EventHandler is not supported on this platform"));
|
| + "EventHandler is not supported on this platform"));
|
| }
|
|
|
|
|
| void FUNCTION_NAME(EventHandler_TimerMillisecondClock)(
|
| Dart_NativeArguments args) {
|
| Dart_ThrowException(DartUtils::NewInternalError(
|
| - "EventHandler is not supported on this platform"));
|
| + "EventHandler is not supported on this platform"));
|
| }
|
|
|
| } // namespace bin
|
|
|