Index: lib/compiler/implementation/native_handler.dart |
diff --git a/lib/compiler/implementation/native_handler.dart b/lib/compiler/implementation/native_handler.dart |
index f35602293c191ad2cdb5f53ea71ebb25e2fdf524..2c51c77178c7c129d02860acafe61fdcc8e63805 100644 |
--- a/lib/compiler/implementation/native_handler.dart |
+++ b/lib/compiler/implementation/native_handler.dart |
@@ -338,7 +338,7 @@ void generateMethodWithPrototypeCheck(Compiler compiler, |
StringBuffer buffer, |
String methodName, |
String code, |
- String parameters) { |
+ String parameters) { |
buffer.add(" if (Object.getPrototypeOf(this).hasOwnProperty"); |
buffer.add("('$methodName')) {\n"); |
buffer.add(" $code"); |