| 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..1439abec0a6a5aff5a1e0db327fdaef12fb8040d 100644
|
| --- a/third_party/WebKit/Source/core/dom/MutationObserver.idl
|
| +++ b/third_party/WebKit/Source/core/dom/MutationObserver.idl
|
| @@ -34,7 +34,7 @@
|
| CustomConstructor(MutationCallback callback),
|
| Custom=VisitDOMWrapper,
|
| ] interface MutationObserver {
|
| - [RaisesException] void observe(Node target, MutationObserverInit options);
|
| + [RaisesException] void observe(Node target, optional MutationObserverInit options);
|
| void disconnect();
|
| sequence<MutationRecord> takeRecords();
|
| };
|
|
|