| 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 e9dc637aaa12681e5111ed7e2eaf9df26122045e..13d51beae81d771c09fac38986d16ad6a46ec68c 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeFilter.idl
|
| +++ b/third_party/WebKit/Source/core/dom/NodeFilter.idl
|
| @@ -20,10 +20,9 @@
|
|
|
| // https://dom.spec.whatwg.org/#interface-nodefilter
|
|
|
| -// FIXME: NodeFilter should be a callback interface. crbug.com/462946
|
| [
|
| DependentLifetime,
|
| -] interface NodeFilter {
|
| +] callback interface NodeFilter {
|
| // Constants for acceptNode()
|
| const unsigned short FILTER_ACCEPT = 1;
|
| const unsigned short FILTER_REJECT = 2;
|
|
|