Index: third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp |
diff --git a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp |
index cb240a165971763a27573ab0b976b8f8929237c2..edd2988817e71ec0af445ba45b7a8a1b5f18bf3a 100644 |
--- a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp |
+++ b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp |
@@ -127,7 +127,7 @@ void loadHTMLString(WebFrame* frame, const std::string& html, const WebURL& base |
pumpPendingRequestsForFrameToLoad(frame); |
} |
-void loadHistoryItem(WebFrame* frame, const WebHistoryItem& item, WebHistoryLoadType loadType, WebURLRequest::CachePolicy cachePolicy) |
+void loadHistoryItem(WebFrame* frame, const WebHistoryItem& item, WebHistoryLoadType loadType, WebCachePolicy cachePolicy) |
{ |
frame->loadHistoryItem(item, loadType, cachePolicy); |
pumpPendingRequestsForFrameToLoad(frame); |