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 9f56eb2fbd9dfc2ca0f62b837f13ef72a0805df6..da3f3371db5b8830659deec390adb32853040910 100644 |
--- a/third_party/WebKit/Source/bindings/scripts/v8_attributes.py |
+++ b/third_party/WebKit/Source/bindings/scripts/v8_attributes.py |
@@ -111,7 +111,7 @@ def attribute_context(interface, attribute, interfaces): |
cached_attribute_validation_method = extended_attributes.get('CachedAttribute') |
keep_alive_for_gc = is_keep_alive_for_gc(interface, attribute) |
if cached_attribute_validation_method or keep_alive_for_gc: |
- includes.add('bindings/core/v8/V8HiddenValue.h') |
+ includes.add('bindings/core/v8/V8PrivateProperty.h') |
# [CachedAccessor] |
is_cached_accessor = 'CachedAccessor' in extended_attributes |