Chromium Code Reviews| Index: lib/runtime/dart_sdk.js |
| diff --git a/lib/runtime/dart_sdk.js b/lib/runtime/dart_sdk.js |
| index 8744d87af34828ca0251efda098cbbeaf33dc92e..89aa138130ea3f845aca09352acc821947d33dfd 100644 |
| --- a/lib/runtime/dart_sdk.js |
| +++ b/lib/runtime/dart_sdk.js |
| @@ -1567,6 +1567,9 @@ dart_library.library('dart_sdk', null, /* Imports */[ |
| if (ft2 === core.Function) { |
| return true; |
| } |
| + if (ft1 === core.Function) { |
| + return false; |
| + } |
| let ret1 = ft1.returnType; |
| let ret2 = ft2.returnType; |
| let args1 = ft1.args; |