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

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

Issue 560003002: Add MutationObserverInit (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 910796463d4296d3411e37b4158c6902b9a65e9d..602b06dafb4ddcd21d9e087886863bb57b539e13 100644
--- a/Source/core/dom/MutationObserver.h
+++ b/Source/core/dom/MutationObserver.h
@@ -46,6 +46,7 @@ class Dictionary;
class ExceptionState;
class MutationCallback;
class MutationObserver;
+class MutationObserverInit;
class MutationObserverRegistration;
class MutationRecord;
class Node;
@@ -85,7 +86,7 @@ public:
~MutationObserver();
- void observe(Node*, const Dictionary&, ExceptionState&);
+ void observe(Node*, const MutationObserverInit*, ExceptionState&);
WillBeHeapVector<RefPtrWillBeMember<MutationRecord> > takeRecords();
void disconnect();
void observationStarted(MutationObserverRegistration*);

Powered by Google App Engine
This is Rietveld 408576698