Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/scripts/v8_types.py | 
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_types.py b/third_party/WebKit/Source/bindings/scripts/v8_types.py | 
| index 939dda0dda62e1db8eefdff1b4f1db041fc12d17..109a8d3e5758821f1d63457bc0d16c7f7c26a71b 100644 | 
| --- a/third_party/WebKit/Source/bindings/scripts/v8_types.py | 
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_types.py | 
| @@ -111,7 +111,7 @@ CPP_SPECIAL_CONVERSION_RULES = { | 
| 'Date': 'double', | 
| 'Dictionary': 'Dictionary', | 
| 'EventHandler': 'EventListener*', | 
| - 'NodeFilter': 'RefPtrWillBeRawPtr<NodeFilter>', | 
| + 'NodeFilter': 'RawPtr<NodeFilter>', | 
| 'Promise': 'ScriptPromise', | 
| 'ScriptValue': 'ScriptValue', | 
| # FIXME: Eliminate custom bindings for XPathNSResolver http://crbug.com/345529 | 
| @@ -303,7 +303,7 @@ IdlType.set_garbage_collected_types = classmethod( | 
| cls.garbage_collected_types.update(new_garbage_collected_types)) | 
| -# [WillBeGarbageCollected] | 
| +# [GarbageCollected] | 
| IdlType.will_be_garbage_collected_types = set() | 
| 
 
sof
2016/02/09 15:45:45
Remove?
 
 | 
| IdlType.is_will_be_garbage_collected = property( |