Chromium Code Reviews| Index: lib/runtime/dart_sdk.js |
| diff --git a/lib/runtime/dart_sdk.js b/lib/runtime/dart_sdk.js |
| index 52bc310c6e219e1d5903e410eafc38c14ff5eb4c..525eb91e52447c65eb37ab7cb5a5c289ece822e8 100644 |
| --- a/lib/runtime/dart_sdk.js |
| +++ b/lib/runtime/dart_sdk.js |
| @@ -1,5 +1,5 @@ |
| dart_library.library('dart_sdk', null, /* Imports */[ |
| -], function(exports) { |
| +], function load__dart_sdk(exports) { |
| 'use strict'; |
| const dart = Object.create(null); |
| const dartx = Object.create(null); |