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

Unified Diff: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h

Issue 2389883005: reflow comments in core/xml* (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/core/xmlhttprequest/XMLHttpRequest.h
diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h
index 8efe7c371002042cdbd8c2285a33d4b23370e3d6..c00b29ea034094e73d73461c9073f45816d1cd11 100644
--- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h
+++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h
@@ -16,7 +16,8 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA
*/
#ifndef XMLHttpRequest_h
@@ -312,7 +313,8 @@ class XMLHttpRequest final : public XMLHttpRequestEventTarget,
Member<XMLHttpRequestProgressEventThrottle> m_progressEventThrottle;
- // An enum corresponding to the allowed string values for the responseType attribute.
+ // An enum corresponding to the allowed string values for the responseType
+ // attribute.
ResponseTypeCode m_responseTypeCode;
RefPtr<SecurityOrigin> m_isolatedWorldSecurityOrigin;

Powered by Google App Engine
This is Rietveld 408576698