Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / MutationObserverInit.idl
index e44a484..a9f9724 100644 (file)
@@ -4,9 +4,7 @@
 
 // Spec: http://dom.spec.whatwg.org/#interface-mutationobserver
 
-[
-    GarbageCollected
-] dictionary MutationObserverInit {
+dictionary MutationObserverInit {
     boolean childList = false;
     boolean attributes;
     boolean characterData;