| Index: Source/bindings/scripts/unstable/v8_interface.py
|
| diff --git a/Source/bindings/scripts/unstable/v8_interface.py b/Source/bindings/scripts/unstable/v8_interface.py
|
| index e05ca3e1acc4c69f08d3ae3d657db24591c77734..a651e51ddbeaed586be2eaceaaca9aa94d32b040 100644
|
| --- a/Source/bindings/scripts/unstable/v8_interface.py
|
| +++ b/Source/bindings/scripts/unstable/v8_interface.py
|
| @@ -57,6 +57,8 @@ INTERFACE_CPP_INCLUDES = set([
|
| 'core/dom/ContextFeatures.h',
|
| 'core/dom/Document.h',
|
| 'platform/TraceEvent.h',
|
| + 'wtf/GetPtr.h', # FIXME: remove if can eliminate WTF::getPtr
|
| + 'wtf/RefPtr.h',
|
| ])
|
|
|
|
|
|
|