| Index: third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl b/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| index 28a69dd075fe309fa51ac711b5773070b7757307..a2cfd7a60dbb4eb07c1111af8d47bdb517a4feb4 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| @@ -229,7 +229,7 @@ const v8::FunctionCallbackInfo<v8::Value>& info
|
|
|
| {##############################################################################}
|
| {% macro attribute_cache_property_callback(attribute) %}
|
| -static v8::Local<v8::Private> {{attribute.name}}CachedAccessorCallback(v8::Isolate* isolate)
|
| +v8::Local<v8::Private> {{attribute.name}}CachedAccessorCallback(v8::Isolate* isolate)
|
| {
|
| return V8PrivateProperty::get{{attribute.cached_accessor_name}}(isolate).getPrivate();
|
| }
|
|
|