| Index: third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h b/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
|
| index e629ba66d518d6a2c6662d90de75dc59d4da4e75..9bbe38439e6381617f69814cd142068873a1db6c 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
|
| @@ -62,7 +62,7 @@ public:
|
| DoNotCheckHolder,
|
| };
|
|
|
| - // AttributeConfiguration translates into calls to SetAccessor() on either
|
| + // AttributeConfiguration translates into calls to SetNativeDataProperty() on either
|
| // the instance or the prototype ObjectTemplate, based on |instanceOrPrototypeConfiguration|.
|
| struct AttributeConfiguration {
|
| AttributeConfiguration& operator=(const AttributeConfiguration&) = delete;
|
|
|