| Index: lib/compiler/implementation/native_handler.dart
|
| diff --git a/lib/compiler/implementation/native_handler.dart b/lib/compiler/implementation/native_handler.dart
|
| index 9c2979649d15ed600b126d22e3f5c92592bc6fe6..c04aee5e3622a1a4ce04b524198c6c0d95e5062d 100644
|
| --- a/lib/compiler/implementation/native_handler.dart
|
| +++ b/lib/compiler/implementation/native_handler.dart
|
| @@ -333,7 +333,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");
|
|
|