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 fd9453e409b7a4424d41d688d1490743d5a428ba..61a0c51ddebced6b593a728b651e9229119cd5f3 100644 |
--- a/sdk/lib/js/dartium/cached_patches.dart |
+++ b/sdk/lib/js/dartium/cached_patches.dart |
@@ -8,7 +8,10 @@ |
library cached_patches; |
var cached_patches = { |
-"dart:html": ["dart:html", "dart:html_js_interop_patch.dart", """import 'dart:js' as js_library; |
+ "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 |
@@ -4049,8 +4052,12 @@ 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 |
@@ -4158,8 +4165,12 @@ 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 |
@@ -4555,8 +4566,12 @@ 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 |
@@ -4610,8 +4625,12 @@ 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 |
@@ -5763,8 +5782,12 @@ 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 |
@@ -6025,7 +6048,7 @@ class WaveShaperNodeImpl extends WaveShaperNode implements js_library.JSObjectIn |
toString() => super.toString(); |
} |
-"""], |
- |
+""" |
+ ], |
}; |
// END_OF_CACHED_PATCHES |