Index: pkg/compiler/lib/src/js_backend/native_data.dart |
diff --git a/pkg/compiler/lib/src/js_backend/native_data.dart b/pkg/compiler/lib/src/js_backend/native_data.dart |
index 42712f00d36c71500561012bf8bf5994b58e2253..67b473b53c5c0badc6dfac4e4a0f9b8ec063bf45 100644 |
--- a/pkg/compiler/lib/src/js_backend/native_data.dart |
+++ b/pkg/compiler/lib/src/js_backend/native_data.dart |
@@ -23,7 +23,6 @@ class NativeData { |
/// [setNativeClassTagInfo]. |
Map<ClassElement, String> nativeClassTagInfo = <ClassElement, String>{}; |
- // TODO(johnniwinther): Serialize these. |
/// Cache for [NativeBehavior]s for calling native methods. |
Map<FunctionElement, NativeBehavior> nativeMethodBehavior = |
<FunctionElement, NativeBehavior>{}; |