| Index: third_party/WebKit/Source/core/dom/MutationObserver.h
|
| diff --git a/third_party/WebKit/Source/core/dom/MutationObserver.h b/third_party/WebKit/Source/core/dom/MutationObserver.h
|
| index 6b35d7312eb4cd89833b85ed2231b91c3dee1c95..7c7e8c23725a49ab3cb716d61f688d3cb74215ae 100644
|
| --- a/third_party/WebKit/Source/core/dom/MutationObserver.h
|
| +++ b/third_party/WebKit/Source/core/dom/MutationObserver.h
|
| @@ -40,7 +40,9 @@
|
|
|
| namespace blink {
|
|
|
| +class Document;
|
| class ExceptionState;
|
| +class HTMLSlotElement;
|
| class MutationCallback;
|
| class MutationObserver;
|
| class MutationObserverInit;
|
| @@ -81,6 +83,8 @@ class CORE_EXPORT MutationObserver final
|
| static MutationObserver* create(MutationCallback*);
|
| static void resumeSuspendedObservers();
|
| static void deliverMutations();
|
| + static void enqueueSlotChange(HTMLSlotElement&);
|
| + static void cleanSlotChangeList(Document&);
|
|
|
| ~MutationObserver();
|
|
|
|
|