Index: third_party/WebKit/Source/core/dom/NodeFilter.idl |
diff --git a/third_party/WebKit/Source/core/dom/NodeFilter.idl b/third_party/WebKit/Source/core/dom/NodeFilter.idl |
index bcb555754220353a66627dfa419beb4cd271ed92..5f0795023066e4d6164f26821d5def766ec9e94f 100644 |
--- a/third_party/WebKit/Source/core/dom/NodeFilter.idl |
+++ b/third_party/WebKit/Source/core/dom/NodeFilter.idl |
@@ -23,7 +23,7 @@ |
// FIXME: NodeFilter should be a callback interface. crbug.com/462946 |
[ |
DependentLifetime, |
- WillBeGarbageCollected, |
+ GarbageCollected, |
] interface NodeFilter { |
// Constants for acceptNode() |
const unsigned short FILTER_ACCEPT = 1; |