| Index: Source/bindings/scripts/v8_interface.py
|
| diff --git a/Source/bindings/scripts/v8_interface.py b/Source/bindings/scripts/v8_interface.py
|
| index ba92cdeeabde50d89c9bac46f7fb3143e13eba0f..677827bd94a593a6b6b73384e973bc4de925c688 100644
|
| --- a/Source/bindings/scripts/v8_interface.py
|
| +++ b/Source/bindings/scripts/v8_interface.py
|
| @@ -54,13 +54,13 @@ INTERFACE_H_INCLUDES = frozenset([
|
| 'platform/heap/Handle.h',
|
| ])
|
| INTERFACE_CPP_INCLUDES = frozenset([
|
| - 'RuntimeEnabledFeatures.h',
|
| 'bindings/v8/ExceptionState.h',
|
| 'bindings/v8/V8DOMConfiguration.h',
|
| 'bindings/v8/V8HiddenValue.h',
|
| 'bindings/v8/V8ObjectConstructor.h',
|
| 'core/dom/ContextFeatures.h',
|
| 'core/dom/Document.h',
|
| + 'platform/RuntimeEnabledFeatures.h',
|
| 'platform/TraceEvent.h',
|
| 'wtf/GetPtr.h',
|
| 'wtf/RefPtr.h',
|
|
|