| Index: third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html
|
| index 4160888906be8d8da84efdb12d2ece480c35664c..72bd3e825e3fcda77175e7ed6961444d0790f650 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion.html
|
| @@ -16,7 +16,12 @@ function doXHR()
|
|
|
| var test = function()
|
| {
|
| - InspectorTest.reloadPage(step1);
|
| + InspectorTest.NetworkAgent.setCacheDisabled(true, reloadPage);
|
| +
|
| + function reloadPage()
|
| + {
|
| + InspectorTest.reloadPage(step1);
|
| + }
|
|
|
| function step1()
|
| {
|
|
|