| Index: third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl b/third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl
|
| index e2e70fc6b3f81bfaa59d2d974d803876a5ad5074..3809aac86503808490ffbea96847b38f325d4b3d 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl
|
| @@ -53,7 +53,7 @@ class {{v8_class_or_partial}} {
|
| // Callback functions
|
| {% for attribute in attributes %}
|
| {% if attribute.is_cached_accessor %}
|
| - {{exported}}static v8::Local<v8::Private> {{attribute.name}}CachedAccessorCallback(v8::Isolate* isolate);
|
| + {{exported}}static v8::Local<v8::Private> {{attribute.name}}CachedPropertyKey(v8::Isolate* isolate);
|
| {% endif %}
|
| {% for world_suffix in attribute.world_suffixes %}
|
| {% if not attribute.constructor_type %}
|
|
|