Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(945)

Unified Diff: runtime/bin/eventhandler_patch.dart

Issue 19546002: Clear EventHandler on Stop, to avoid future usages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Cleanup. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/eventhandler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/eventhandler_patch.dart
diff --git a/runtime/bin/eventhandler_patch.dart b/runtime/bin/eventhandler_patch.dart
index 102770836c3360ac24dea72aabb0c0712c04528a..46c1e3dac4f3de3e80aad8b710654a9a8d4bc25d 100644
--- a/runtime/bin/eventhandler_patch.dart
+++ b/runtime/bin/eventhandler_patch.dart
@@ -24,7 +24,7 @@ patch class _EventHandler {
}
-class _EventHandlerImpl extends NativeFieldWrapperClass1 {
+class _EventHandlerImpl {
_EventHandlerImpl() { }
void _start() native "EventHandler_Start";
void _sendData(Object sender, ReceivePort receivePort, int data)
« no previous file with comments | « runtime/bin/eventhandler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698