Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/scripts/v8_attributes.py |
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_attributes.py b/third_party/WebKit/Source/bindings/scripts/v8_attributes.py |
| index cc047ef2c5f700fea1074c04a5a5567bb4be886d..c5f7d66be94431be535f40ab9f9df9facf28fe0a 100644 |
| --- a/third_party/WebKit/Source/bindings/scripts/v8_attributes.py |
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_attributes.py |
| @@ -95,8 +95,8 @@ def attribute_context(interface, attribute): |
| includes.add('bindings/core/v8/V8HiddenValue.h') |
| if 'APIExperimentEnabled' in extended_attributes: |
|
haraken
2016/01/27 23:55:25
You need to rename [APIExperimentEnabled] as well.
|
| - includes.add('core/experiments/ExperimentalFeatures.h') |
| includes.add('core/inspector/ConsoleMessage.h') |
| + includes.add('core/origin_trials/OriginTrials.h') |
| context = { |
| 'access_control_list': access_control_list(interface, attribute), |