Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h

Issue 2386173002: reflow comments in Source/bindings/core/v8 (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698