| Index: third_party/WebKit/Source/bindings/scripts/v8_interface.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_interface.py b/third_party/WebKit/Source/bindings/scripts/v8_interface.py
|
| index a2fd8a7edacf81c48959ec5dc59d1bcceef032f8..623d03d975e052032f7af645161e9b1a2b64eb7f 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_interface.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_interface.py
|
| @@ -64,8 +64,8 @@ INTERFACE_CPP_INCLUDES = frozenset([
|
| 'bindings/core/v8/V8DOMConfiguration.h',
|
| 'bindings/core/v8/V8ObjectConstructor.h',
|
| 'core/dom/Document.h',
|
| - 'wtf/GetPtr.h',
|
| - 'wtf/RefPtr.h',
|
| + 'platform/wtf/GetPtr.h',
|
| + 'platform/wtf/RefPtr.h',
|
| ])
|
|
|
|
|
|
|