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 467b45476615a0022bb004595caac63b24f386c2..c774e706fcbd1acb75cf44f8c4964e555e5a7ba0 100644 |
--- a/third_party/WebKit/Source/core/dom/MutationObserver.idl |
+++ b/third_party/WebKit/Source/core/dom/MutationObserver.idl |
@@ -33,7 +33,7 @@ |
[ |
CustomConstructor(MutationCallback callback), |
Custom=VisitDOMWrapper, |
- WillBeGarbageCollected, |
+ GarbageCollected, |
] interface MutationObserver { |
[RaisesException] void observe(Node target, MutationObserverInit options); |
void disconnect(); |