| Index: Source/bindings/scripts/v8_callback_interface.py
|
| diff --git a/Source/bindings/scripts/v8_callback_interface.py b/Source/bindings/scripts/v8_callback_interface.py
|
| index 64fa4b7b8c674b2f2134c2e54f06d135a9aeaaaf..864794e41da42d12fb308d3d74a7652630bd8174 100644
|
| --- a/Source/bindings/scripts/v8_callback_interface.py
|
| +++ b/Source/bindings/scripts/v8_callback_interface.py
|
| @@ -49,7 +49,7 @@ CALLBACK_INTERFACE_CPP_INCLUDES = frozenset([
|
| 'bindings/v8/V8Callback.h',
|
| 'core/dom/ExecutionContext.h',
|
| 'wtf/Assertions.h',
|
| - 'wtf/GetPtr.h', # FIXME: remove if can eliminate WTF::getPtr
|
| + 'wtf/GetPtr.h',
|
| 'wtf/RefPtr.h',
|
| ])
|
|
|
|
|