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

Unified Diff: Source/WebKit/chromium/src/WebFrameImpl.cpp

Issue 16848005: Remove support for multipart/x-mixed-replace (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
Index: Source/WebKit/chromium/src/WebFrameImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebFrameImpl.cpp b/Source/WebKit/chromium/src/WebFrameImpl.cpp
index f62ca9154bf761ac763cb64926f42b526a627240..1cccbe0fbab5b73a4013323a5752281f2b79af9d 100644
--- a/Source/WebKit/chromium/src/WebFrameImpl.cpp
+++ b/Source/WebKit/chromium/src/WebFrameImpl.cpp
@@ -988,6 +988,7 @@ void WebFrameImpl::loadData(const WebData& data, const WebString& mimeType, cons
if (replace) {
// Do this to force WebKit to treat the load as replacing the currently
// loaded page.
+ // FIXME: Can we use lock history instead?
darin (slow to review) 2013/06/12 22:55:06 nit: unrelated change?
abarth-chromium 2013/06/12 23:20:24 I can remove this part of the change if you like.
frame()->loader()->setReplacing();
}
}
« no previous file with comments | « LayoutTests/http/tests/multipart/win-boundary-crash-expected.txt ('k') | Source/core/loader/DocumentLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698