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

Unified Diff: LayoutTests/fast/dom/MutationObserver/observer-wrapper-dropoff-transient.html

Issue 12317072: Merge 143386 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 10 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: LayoutTests/fast/dom/MutationObserver/observer-wrapper-dropoff-transient.html
===================================================================
--- LayoutTests/fast/dom/MutationObserver/observer-wrapper-dropoff-transient.html (revision 143754)
+++ LayoutTests/fast/dom/MutationObserver/observer-wrapper-dropoff-transient.html (working copy)
@@ -8,7 +8,7 @@
jsTestIsAsync = true;
function addObserver(node, fn) {
- var observer = new WebKitMutationObserver(fn);
+ var observer = new MutationObserver(fn);
observer.testProperty = true;
observer.observe(node, {attributes:true, subtree: true});
}

Powered by Google App Engine
This is Rietveld 408576698