| Index: third_party/WebKit/Source/core/dom/MutationObserver.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/MutationObserver.idl b/third_party/WebKit/Source/core/dom/MutationObserver.idl
|
| index 35f6382b5748f4f2699e1eff02b97086d3644ea0..cb930d0c35c26295349950546ddad4012e0d439e 100644
|
| --- a/third_party/WebKit/Source/core/dom/MutationObserver.idl
|
| +++ b/third_party/WebKit/Source/core/dom/MutationObserver.idl
|
| @@ -32,7 +32,7 @@
|
|
|
| [
|
| CustomConstructor(MutationCallback callback),
|
| - Custom=VisitDOMWrapper,
|
| + DependentLifetime,
|
| ] interface MutationObserver {
|
| [RaisesException] void observe(Node target, MutationObserverInit options);
|
| void disconnect();
|
|
|