| Index: sdk/lib/js/dartium/cached_patches.dart
|
| diff --git a/sdk/lib/js/dartium/cached_patches.dart b/sdk/lib/js/dartium/cached_patches.dart
|
| index 34a56f4906950f5ba329335f9979f1bed977e458..81edc87afd1731142ccb821f7514f24ce82ad0fd 100644
|
| --- a/sdk/lib/js/dartium/cached_patches.dart
|
| +++ b/sdk/lib/js/dartium/cached_patches.dart
|
| @@ -7,7 +7,8 @@
|
|
|
| library cached_patches;
|
|
|
| -var cached_patches = {"dart:html": ["dart:html", "dart:html_js_interop_patch.dart", """import 'dart:js' as js_library;
|
| +var cached_patches = {
|
| +"dart:html": ["dart:html", "dart:html_js_interop_patch.dart", """import 'dart:js' as js_library;
|
|
|
| /**
|
| * Placeholder object for cases where we need to determine exactly how many
|
| @@ -4048,7 +4049,8 @@ class _XMLHttpRequestProgressEventImpl extends _XMLHttpRequestProgressEvent impl
|
| toString() => super.toString();
|
| }
|
|
|
| -"""],"dart:indexed_db": ["dart:indexed_db", "dart:indexed_db_js_interop_patch.dart", """import 'dart:js' as js_library;
|
| +"""],
|
| +"dart:indexed_db": ["dart:indexed_db", "dart:indexed_db_js_interop_patch.dart", """import 'dart:js' as js_library;
|
|
|
| /**
|
| * Placeholder object for cases where we need to determine exactly how many
|
| @@ -4156,7 +4158,8 @@ class VersionChangeEventImpl extends VersionChangeEvent implements js_library.JS
|
| toString() => super.toString();
|
| }
|
|
|
| -"""],"dart:web_gl": ["dart:web_gl", "dart:web_gl_js_interop_patch.dart", """import 'dart:js' as js_library;
|
| +"""],
|
| +"dart:web_gl": ["dart:web_gl", "dart:web_gl_js_interop_patch.dart", """import 'dart:js' as js_library;
|
|
|
| /**
|
| * Placeholder object for cases where we need to determine exactly how many
|
| @@ -4552,7 +4555,8 @@ class _WebGLRenderingContextBaseImpl extends _WebGLRenderingContextBase implemen
|
| toString() => super.toString();
|
| }
|
|
|
| -"""],"dart:web_sql": ["dart:web_sql", "dart:web_sql_js_interop_patch.dart", """import 'dart:js' as js_library;
|
| +"""],
|
| +"dart:web_sql": ["dart:web_sql", "dart:web_sql_js_interop_patch.dart", """import 'dart:js' as js_library;
|
|
|
| /**
|
| * Placeholder object for cases where we need to determine exactly how many
|
| @@ -4606,7 +4610,8 @@ class SqlTransactionImpl extends SqlTransaction implements js_library.JSObjectIn
|
| toString() => super.toString();
|
| }
|
|
|
| -"""],"dart:svg": ["dart:svg", "dart:svg_js_interop_patch.dart", """import 'dart:js' as js_library;
|
| +"""],
|
| +"dart:svg": ["dart:svg", "dart:svg_js_interop_patch.dart", """import 'dart:js' as js_library;
|
|
|
| /**
|
| * Placeholder object for cases where we need to determine exactly how many
|
| @@ -5758,7 +5763,8 @@ class _SVGMPathElementImpl extends _SVGMPathElement implements js_library.JSObje
|
| toString() => super.toString();
|
| }
|
|
|
| -"""],"dart:web_audio": ["dart:web_audio", "dart:web_audio_js_interop_patch.dart", """import 'dart:js' as js_library;
|
| +"""],
|
| +"dart:web_audio": ["dart:web_audio", "dart:web_audio_js_interop_patch.dart", """import 'dart:js' as js_library;
|
|
|
| /**
|
| * Placeholder object for cases where we need to determine exactly how many
|
| @@ -6019,5 +6025,7 @@ class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn
|
| toString() => super.toString();
|
| }
|
|
|
| -"""],};
|
| +"""],
|
| +
|
| +};
|
| // END_OF_CACHED_PATCHES
|
|
|