| 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 7a78b974092936d42eb9123d6b89a7957b508933..62e15c0abec99387aa47d35f2c33bc03e17e9a69 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
|
| @@ -63,8 +63,9 @@ class CORE_EXPORT V8DOMConfiguration final {
|
| DoNotCheckHolder,
|
| };
|
|
|
| - // AttributeConfiguration translates into calls to SetNativeDataProperty() on either
|
| - // the instance or the prototype ObjectTemplate, based on |instanceOrPrototypeConfiguration|.
|
| + // AttributeConfiguration translates into calls to SetNativeDataProperty() on
|
| + // either the instance or the prototype ObjectTemplate, based on
|
| + // |instanceOrPrototypeConfiguration|.
|
| struct AttributeConfiguration {
|
| AttributeConfiguration& operator=(const AttributeConfiguration&) = delete;
|
| DISALLOW_NEW();
|
| @@ -288,8 +289,8 @@ class CORE_EXPORT V8DOMConfiguration final {
|
| WrapperTypeInfo*,
|
| InstallTemplateFunction);
|
|
|
| - // Sets the class string of platform objects, interface prototype objects, etc.
|
| - // See also http://heycam.github.io/webidl/#dfn-class-string
|
| + // Sets the class string of platform objects, interface prototype objects,
|
| + // etc. See also http://heycam.github.io/webidl/#dfn-class-string
|
| static void setClassString(v8::Isolate*,
|
| v8::Local<v8::ObjectTemplate>,
|
| const char* classString);
|
|
|