| Index: Source/core/dom/MutationObserverInit.idl
|
| diff --git a/Source/core/dom/MutationObserverInit.idl b/Source/core/dom/MutationObserverInit.idl
|
| index e44a484672f808377aa3d5db2d57de8899ce9ab2..a9f97242355e0f383dcb05f05662104fca7559eb 100644
|
| --- a/Source/core/dom/MutationObserverInit.idl
|
| +++ b/Source/core/dom/MutationObserverInit.idl
|
| @@ -4,9 +4,7 @@
|
|
|
| // Spec: http://dom.spec.whatwg.org/#interface-mutationobserver
|
|
|
| -[
|
| - GarbageCollected
|
| -] dictionary MutationObserverInit {
|
| +dictionary MutationObserverInit {
|
| boolean childList = false;
|
| boolean attributes;
|
| boolean characterData;
|
|
|