| Index: third_party/WebKit/Source/bindings/scripts/v8_dictionary.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_dictionary.py b/third_party/WebKit/Source/bindings/scripts/v8_dictionary.py
|
| index 069af8021cf32d723cb6e8c62d6972684e1452e0..0f90ff4065fa685189d9308630d0cd1b5d43e253 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_dictionary.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_dictionary.py
|
| @@ -17,7 +17,7 @@ from v8_utilities import has_extended_attribute_value
|
| DICTIONARY_H_INCLUDES = frozenset([
|
| 'bindings/core/v8/NativeValueTraits.h',
|
| 'bindings/core/v8/ToV8ForCore.h',
|
| - 'bindings/core/v8/V8Binding.h',
|
| + 'bindings/core/v8/V8BindingForCore.h',
|
| 'platform/heap/Handle.h',
|
| ])
|
|
|
|
|