| 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 88448464615d9ba53b6fbc0576277fc4ec036c74..384e270e8d5905bfd3c59a6b167fd65fb13ee21b 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);
|
|
|