| Index: Source/bindings/scripts/unstable/v8_types.py
|
| diff --git a/Source/bindings/scripts/unstable/v8_types.py b/Source/bindings/scripts/unstable/v8_types.py
|
| index 006e9f58abc31b10b7fb68f4b6e203dd586ebcf6..97d400cf4c7436c22b9ba962cb9416858bcc7797 100644
|
| --- a/Source/bindings/scripts/unstable/v8_types.py
|
| +++ b/Source/bindings/scripts/unstable/v8_types.py
|
| @@ -529,8 +529,6 @@ def v8_conversion_type(idl_type, extended_attributes):
|
| return idl_type
|
|
|
| # Pointer type
|
| - includes.add('wtf/GetPtr.h') # FIXME: remove if can eliminate WTF::getPtr
|
| - includes.add('wtf/RefPtr.h')
|
| return 'DOMWrapper'
|
|
|
|
|
|
|