| Index: Source/core/dom/MutationObserver.idl
|
| diff --git a/Source/core/dom/MutationObserver.idl b/Source/core/dom/MutationObserver.idl
|
| index d16bb4fd3e29b9bfb9ff6e1228fb9b73025d5ca5..e87fa44b094e9376579a92b833a95851c53ec532 100644
|
| --- a/Source/core/dom/MutationObserver.idl
|
| +++ b/Source/core/dom/MutationObserver.idl
|
| @@ -29,7 +29,7 @@
|
| */
|
|
|
| [
|
| - CustomConstructor(MutationCallback callback),
|
| + CustomConstructor(MutationCallback callback)
|
| ] interface MutationObserver {
|
| [RaisesException] void observe(Node target, Dictionary options);
|
| sequence<MutationRecord> takeRecords();
|
|
|