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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.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/V8PrivateProperty.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
index bf48b78e99c2271e76dfb9bfe531ea56d826d4ad..2c1da757e4014984c83d7d7bb2b2b03531c8daa9 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
@@ -60,7 +60,8 @@ class ScriptWrappable;
//
// Usage 2) Slow path to create a global private symbol.
// const char symbolName[] = "Interface#PrivateKeyName";
-// auto private = V8PrivateProperty::createSymbol(isolate, symbolName, sizeof symbolName);
+// auto private = V8PrivateProperty::createSymbol(isolate, symbolName,
+// sizeof symbolName);
// ...
class CORE_EXPORT V8PrivateProperty {
USING_FAST_MALLOC(V8PrivateProperty);

Powered by Google App Engine
This is Rietveld 408576698