Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / MutationObserver.idl
index 05acb2a..2c6d142 100644 (file)
@@ -30,7 +30,8 @@
 
 [
     CustomConstructor(MutationCallback callback),
-    Custom=VisitDOMWrapper
+    Custom=VisitDOMWrapper,
+    WillBeGarbageCollected,
 ] interface MutationObserver {
     [RaisesException] void observe(Node target, Dictionary options);
     sequence<MutationRecord> takeRecords();