Index: LayoutTests/fast/dom/MutationObserver/removed-out-of-order.html |
=================================================================== |
--- LayoutTests/fast/dom/MutationObserver/removed-out-of-order.html (revision 143754) |
+++ LayoutTests/fast/dom/MutationObserver/removed-out-of-order.html (working copy) |
@@ -11,7 +11,7 @@ |
removed = true; |
} |
}); |
-var observer = new WebKitMutationObserver(function(){}); |
+var observer = new MutationObserver(function(){}); |
observer.observe(sandbox, {childList: true}); |
sandbox.innerHTML = '<b></b><i></i>'; |