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

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

Issue 2117313002: Remove WebURLResponse::initialize() [revised] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanups 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 1ee913c9a8af0a068891da54bc8edbb04bda1d58..3056a2a484be2ce07946fb434c4905dfb4259dd3 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