| 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 5f0795023066e4d6164f26821d5def766ec9e94f..55c9c07954b06559f49464f527ecd408c4a66c27 100644 | 
| --- a/third_party/WebKit/Source/core/dom/NodeFilter.idl | 
| +++ b/third_party/WebKit/Source/core/dom/NodeFilter.idl | 
| @@ -23,7 +23,6 @@ | 
| // FIXME: NodeFilter should be a callback interface. crbug.com/462946 | 
| [ | 
| DependentLifetime, | 
| -    GarbageCollected, | 
| ] interface NodeFilter { | 
| // Constants for acceptNode() | 
| const unsigned short FILTER_ACCEPT = 1; | 
|  |