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