| Index: runtime/bin/eventhandler_patch.dart
|
| ===================================================================
|
| --- runtime/bin/eventhandler_patch.dart (revision 22513)
|
| +++ runtime/bin/eventhandler_patch.dart (working copy)
|
| @@ -2,6 +2,8 @@
|
| // 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.
|
|
|
| +import 'dart:nativewrappers';
|
| +
|
| patch class _EventHandler {
|
| /* patch */ static void _start() {
|
| if (_eventHandler == null) {
|
|
|