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

Unified Diff: third_party/WebKit/Source/web/InspectorOverlay.cpp

Issue 2814703004: Make blink::ResourceRequest ctors explicit (Closed)
Patch Set: simplify Created 3 years, 8 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/web/InspectorOverlay.cpp
diff --git a/third_party/WebKit/Source/web/InspectorOverlay.cpp b/third_party/WebKit/Source/web/InspectorOverlay.cpp
index e0a4d18cc92f6dad00197f19091f8cbc7d9d9b9d..0b4fabc5b6c6d6ffc1df5b4ba4b7da1987386d02 100644
--- a/third_party/WebKit/Source/web/InspectorOverlay.cpp
+++ b/third_party/WebKit/Source/web/InspectorOverlay.cpp
@@ -558,7 +558,7 @@ Page* InspectorOverlay::OverlayPage() {
const WebData& overlay_page_html_resource =
Platform::Current()->LoadResource("InspectorOverlayPage.html");
loader.Load(
- FrameLoadRequest(0, BlankURL(),
+ FrameLoadRequest(0, ResourceRequest(BlankURL()),
SubstituteData(overlay_page_html_resource, "text/html",
"UTF-8", KURL(), kForceSynchronousLoad)));
v8::Isolate* isolate = ToIsolate(frame);
« no previous file with comments | « third_party/WebKit/Source/platform/loader/fetch/ResourceTest.cpp ('k') | third_party/WebKit/Source/web/WebPagePopupImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698