| Index: LayoutTests/fast/dom/MutationObserver/takeRecords.html
|
| ===================================================================
|
| --- LayoutTests/fast/dom/MutationObserver/takeRecords.html (revision 143754)
|
| +++ LayoutTests/fast/dom/MutationObserver/takeRecords.html (working copy)
|
| @@ -23,7 +23,7 @@
|
| div = document.createElement('div');
|
| subDiv = div.appendChild(document.createElement('div'));
|
| subDiv.innerHTML = 'hello, world';
|
| - observer = new WebKitMutationObserver(function(mutations) {
|
| + observer = new MutationObserver(function(mutations) {
|
| window.mutations = mutations;
|
| });
|
|
|
|
|