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

Unified Diff: third_party/WebKit/Source/platform/exported/WebURLResponse.cpp

Issue 2390833002: reflow comments in platform/{animation,blob,clipboard,exported} (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 | « third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
diff --git a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
index 391ac11405f9eaeb29a69534d43e344fdca88824..8c9255f93b166d8f14d454bb2ebdb1c280b277e7 100644
--- a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
@@ -95,8 +95,8 @@ WebURLResponse::WebURLResponse(const WebURL& url) : WebURLResponse() {
}
WebURLResponse& WebURLResponse::operator=(const WebURLResponse& r) {
- // Copying subclasses that have different m_resourceResponse ownership semantics
- // via this operator is just not supported.
+ // Copying subclasses that have different m_resourceResponse ownership
+ // semantics via this operator is just not supported.
DCHECK(m_ownedResourceResponse);
DCHECK(m_resourceResponse);
if (&r != this)
« no previous file with comments | « third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698