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) |