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

Unified Diff: Source/core/dom/MutationObserver.h

Issue 142193004: Create & use microtask work queue (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ws Created 6 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: Source/core/dom/MutationObserver.h
diff --git a/Source/core/dom/MutationObserver.h b/Source/core/dom/MutationObserver.h
index 062d01edfe13534de67bb59365f1393c5a2cbbf6..525d688544a9944f710c947a946e6f24cdea4f7a 100644
--- a/Source/core/dom/MutationObserver.h
+++ b/Source/core/dom/MutationObserver.h
@@ -71,7 +71,7 @@ public:
};
static PassRefPtr<MutationObserver> create(PassOwnPtr<MutationCallback>);
- static void deliverAllMutations();
+ static void deliverMutations();
~MutationObserver();

Powered by Google App Engine
This is Rietveld 408576698