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