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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/CallbackPromiseAdapter.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/CallbackPromiseAdapter.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/CallbackPromiseAdapter.h b/third_party/WebKit/Source/bindings/core/v8/CallbackPromiseAdapter.h
index 9eb3e027362bab11b506fb3b7a2686a9e5baed5a..cea8b7e6bd1d936a692731a1f1ceab50e605fc9c 100644
--- a/third_party/WebKit/Source/bindings/core/v8/CallbackPromiseAdapter.h
+++ b/third_party/WebKit/Source/bindings/core/v8/CallbackPromiseAdapter.h
@@ -50,8 +50,8 @@ namespace blink {
// CallbackPromiseAdapter<bool, void> is a subclass of
// WebCallbacks<bool, void>.
// - If a WebType is std::unique_ptr<T>, its corresponding type parameter on
-// WebCallbacks is std::unique_ptr<T>, because WebCallbacks must be exposed to
-// Chromium.
+// WebCallbacks is std::unique_ptr<T>, because WebCallbacks must be exposed
+// to Chromium.
//
// When onSuccess is called with a S::WebType value, the value is passed to
// S::take and the resolver is resolved with its return value. Ditto for
@@ -81,7 +81,8 @@ namespace blink {
// }
// ...
// };
-// std::unique_ptr<WebCallbacks<std::unique_ptr<WebMyClass>, const WebMyErrorClass&>>
+// std::unique_ptr<WebCallbacks<std::unique_ptr<WebMyClass>,
+// const WebMyErrorClass&>>
// callbacks = wrapUnique(new CallbackPromiseAdapter<MyClass, MyErrorClass>(
// resolver));
// ...
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698