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

Unified Diff: third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp

Issue 2120233003: [OBSOLETE] Remove WebURLResponse::initialize() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix formatting issues and one last compile error Created 4 years, 5 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/loader/ThreadableLoaderTest.cpp
diff --git a/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp b/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
index 39e72b0fb4bbdb5382bab440a9244e0bb628f599..fda144b8172012a486a3db2d3e0032114aa94caf 100644
--- a/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
+++ b/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
@@ -396,7 +396,6 @@ private:
timing.initialize();
WebURLResponse response;
- response.initialize();
response.setURL(url);
response.setHTTPStatusCode(301);
response.setLoadTiming(timing);
@@ -414,7 +413,6 @@ private:
timing.initialize();
WebURLResponse response;
- response.initialize();
response.setURL(url);
response.setHTTPStatusCode(301);
response.setLoadTiming(timing);

Powered by Google App Engine
This is Rietveld 408576698