Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: tools/dom/templates/html/dart2js/factoryprovider_MutationObserver.darttemplate

Issue 11719003: Nuke custom factory providers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebaselining Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/dom/templates/html/dart2js/factoryprovider_MutationObserver.darttemplate
diff --git a/tools/dom/templates/html/dart2js/factoryprovider_MutationObserver.darttemplate b/tools/dom/templates/html/dart2js/factoryprovider_MutationObserver.darttemplate
deleted file mode 100644
index 88615a950637151d0b2e6b08d3785ea59e0f4eed..0000000000000000000000000000000000000000
--- a/tools/dom/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));
- }

Powered by Google App Engine
This is Rietveld 408576698