Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(388)

Unified Diff: third_party/WebKit/Source/core/dom/MutationObserver.idl

Issue 2671553003: Remove uses of VisitDOMWrapper (Closed)
Patch Set: Add DependentLifetime when removing Custom=VisitDOMWrapper Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 35f6382b5748f4f2699e1eff02b97086d3644ea0..cb930d0c35c26295349950546ddad4012e0d439e 100644
--- a/third_party/WebKit/Source/core/dom/MutationObserver.idl
+++ b/third_party/WebKit/Source/core/dom/MutationObserver.idl
@@ -32,7 +32,7 @@
[
CustomConstructor(MutationCallback callback),
- Custom=VisitDOMWrapper,
+ DependentLifetime,
] interface MutationObserver {
[RaisesException] void observe(Node target, MutationObserverInit options);
void disconnect();

Powered by Google App Engine
This is Rietveld 408576698