| Index: sdk/lib/html/templates/html/dart2js/factoryprovider_MutationObserver.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dart2js/factoryprovider_MutationObserver.darttemplate b/sdk/lib/html/templates/html/dart2js/factoryprovider_MutationObserver.darttemplate
|
| deleted file mode 100644
|
| index 88615a950637151d0b2e6b08d3785ea59e0f4eed..0000000000000000000000000000000000000000
|
| --- a/sdk/lib/html/templates/html/dart2js/factoryprovider_MutationObserver.darttemplate
|
| +++ /dev/null
|
| @@ -1,9 +0,0 @@
|
| - static MutationObserver _create(MutationCallback callback) {
|
| - // Dummy statement to mark types as instantiated.
|
| - JS('MutationObserver|MutationRecord', '0');
|
| -
|
| - return JS('MutationObserver',
|
| - 'new(window.MutationObserver||window.WebKitMutationObserver||'
|
| - 'window.MozMutationObserver)(#)',
|
| - convertDartClosureToJS(callback, 2));
|
| - }
|
|
|