Index: tools/dom/templates/html/impl/impl_MutationObserver.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_MutationObserver.darttemplate b/tools/dom/templates/html/impl/impl_MutationObserver.darttemplate |
index de07dcb60b772383c489c879a447354750fa98b7..8a3e4091da6745666c6ee1a7cbb8d5110657210a 100644 |
--- a/tools/dom/templates/html/impl/impl_MutationObserver.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_MutationObserver.darttemplate |
@@ -20,13 +20,7 @@ $endif |
} |
$if DARTIUM |
@DocsEditable() |
- $if JSINTEROP |
- static MutationObserver _create(callback) => wrap_jso(_blink.BlinkMutationObserver.instance.constructorCallback_1_((mutations, observer) { |
- callback(wrap_jso(mutations), wrap_jso(observer)); |
- })); |
- $else |
static MutationObserver _create(callback) => _blink.BlinkMutationObserver.instance.constructorCallback_1_(callback); |
- $endif |
$endif |
/** |