Index: runtime/lib/function.dart |
diff --git a/runtime/lib/function.dart b/runtime/lib/function.dart |
index f8187e9ce5fd0ceb2f2f207f9716c3b8b7c3fba2..0946702a6f278529e1040b488902a5c6694b93d6 100644 |
--- a/runtime/lib/function.dart |
+++ b/runtime/lib/function.dart |
@@ -3,6 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
class _Closure implements Function { |
+ |
bool operator ==(other) native "Closure_equals"; |
int get hashCode native "Closure_hashCode"; |