| Index: Source/bindings/scripts/v8_interface.py
|
| diff --git a/Source/bindings/scripts/v8_interface.py b/Source/bindings/scripts/v8_interface.py
|
| index 09442160ea0526455b60536fbef654d390633477..e870e09fb915482eedd4d65ae2bbdb18d2bf083f 100644
|
| --- a/Source/bindings/scripts/v8_interface.py
|
| +++ b/Source/bindings/scripts/v8_interface.py
|
| @@ -57,9 +57,9 @@ INTERFACE_CPP_INCLUDES = frozenset([
|
| 'bindings/v8/V8ObjectConstructor.h',
|
| 'core/dom/ContextFeatures.h',
|
| 'core/dom/Document.h',
|
| - 'platform/TraceEvent.h',
|
| 'wtf/GetPtr.h',
|
| 'wtf/RefPtr.h',
|
| + 'wtf/TraceEvent.h',
|
| ])
|
|
|
|
|
|
|