Index: third_party/WebKit/Source/bindings/templates/interface.h.tmpl |
diff --git a/third_party/WebKit/Source/bindings/templates/interface.h.tmpl b/third_party/WebKit/Source/bindings/templates/interface.h.tmpl |
index 1910591299d92013d64c3b85e5092cf2ff998fd5..88b5b51865f1a68e46dfdd7dc9099b99fc369e86 100644 |
--- a/third_party/WebKit/Source/bindings/templates/interface.h.tmpl |
+++ b/third_party/WebKit/Source/bindings/templates/interface.h.tmpl |
@@ -160,7 +160,7 @@ class {{v8_class}} { |
{% for attribute in attributes %} |
{% if attribute.is_cached_accessor %} |
- {{exported}}static v8::Local<v8::Private> {{attribute.name}}CachedAccessorCallback(v8::Isolate*); |
+ {{exported}}static v8::Local<v8::Private> {{attribute.name}}CachedPropertyKey(v8::Isolate*); |
{% endif %} |
{% for world_suffix in attribute.world_suffixes %} |
{% if not attribute.constructor_type %} |