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

Unified Diff: Source/core/fetch/ImageResourceTest.cpp

Issue 46783003: Add a unique frame id and save it on HistoryItem. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/frame/Frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/ImageResourceTest.cpp
diff --git a/Source/core/fetch/ImageResourceTest.cpp b/Source/core/fetch/ImageResourceTest.cpp
index e734febd4ce457d3ff36ecbc56f08d5ebbdf0918..2949e32a3710a0cb757f6d3b6f5e465cb23955bf 100644
--- a/Source/core/fetch/ImageResourceTest.cpp
+++ b/Source/core/fetch/ImageResourceTest.cpp
@@ -126,7 +126,7 @@ TEST(ImageResourceTest, CancelOnDetach)
fillWithEmptyClients(pageClients);
EmptyFrameLoaderClient frameLoaderClient;
Page page(pageClients);
- RefPtr<Frame> frame = Frame::create(&page, 0, &frameLoaderClient);
+ RefPtr<Frame> frame = Frame::create(FrameInit::create(0, &page, &frameLoaderClient));
frame->setView(FrameView::create(frame.get()));
frame->init();
RefPtr<DocumentLoader> documentLoader = DocumentLoader::create(ResourceRequest(testURL), SubstituteData());
« no previous file with comments | « no previous file | Source/core/frame/Frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698