Chromium Code Reviews| Index: lib/io/eventhandler.dart |
| diff --git a/lib/html/dartium/nativewrappers.dart b/lib/io/eventhandler.dart |
| similarity index 62% |
| copy from lib/html/dartium/nativewrappers.dart |
| copy to lib/io/eventhandler.dart |
| index 44ab39e1ac7567e620f8402b566e4b492836d41e..f925b01130d35461394db9ac14a48a3bbfbd8322 100644 |
| --- a/lib/html/dartium/nativewrappers.dart |
| +++ b/lib/io/eventhandler.dart |
| @@ -2,7 +2,7 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| -#library('nativewrappers'); |
| - |
| -class NativeFieldWrapperClass1 { |
| +class _EventHandler { |
|
Anders Johnsen
2012/10/30 10:43:06
This is a quite fundamental part of the IO impleme
|
| + external static void _start(); |
| + external static _sendData(Object sender, ReceivePort receivePort, int data); |
| } |