| Index: Source/bindings/scripts/v8_interface.py
|
| diff --git a/Source/bindings/scripts/v8_interface.py b/Source/bindings/scripts/v8_interface.py
|
| index 036de7b8e50b558ec8bacd9e9883acff39204375..6b7ce7b4f24230bb47b1e12b739de196a9231ffc 100644
|
| --- a/Source/bindings/scripts/v8_interface.py
|
| +++ b/Source/bindings/scripts/v8_interface.py
|
| @@ -58,7 +58,7 @@ INTERFACE_CPP_INCLUDES = frozenset([
|
| 'core/dom/ContextFeatures.h',
|
| 'core/dom/Document.h',
|
| 'platform/TraceEvent.h',
|
| - 'wtf/GetPtr.h', # FIXME: remove if can eliminate WTF::getPtr
|
| + 'wtf/GetPtr.h',
|
| 'wtf/RefPtr.h',
|
| ])
|
|
|
|
|