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

Unified Diff: Source/core/xml/XMLHttpRequest.h

Issue 314283005: Remove m_requestEntityBody from XMLHttpRequest (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed #6 Created 6 years, 6 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 | Source/core/xml/XMLHttpRequest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XMLHttpRequest.h
diff --git a/Source/core/xml/XMLHttpRequest.h b/Source/core/xml/XMLHttpRequest.h
index 98d4c3b3150750f77d0fe3e17e6f0240ffa7445d..a6227e21df7209ead0aebd029c98b0708aacf9c0 100644
--- a/Source/core/xml/XMLHttpRequest.h
+++ b/Source/core/xml/XMLHttpRequest.h
@@ -191,7 +191,7 @@ private:
void clearResponse();
void clearRequest();
- void createRequest(ExceptionState&);
+ void createRequest(PassRefPtr<FormData>, ExceptionState&);
// Dispatches a response ProgressEvent.
void dispatchProgressEvent(const AtomicString&, long long, long long);
@@ -215,7 +215,6 @@ private:
KURL m_url;
AtomicString m_method;
HTTPHeaderMap m_requestHeaders;
- RefPtr<FormData> m_requestEntityBody;
AtomicString m_mimeTypeOverride;
bool m_async;
bool m_includeCredentials;
« no previous file with comments | « no previous file | Source/core/xml/XMLHttpRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698