| Index: third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js
|
| index f0286963c7b760025297fb93e0fa56e4c5faa5ca..5c09104e71dd7d9dccfc63e53f8fc3f15fe021d8 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js
|
| @@ -207,7 +207,7 @@ InspectorTest.clearNetworkCache = function(finishedCallback)
|
| // This turns cache off and then on, effectively clearning the cache.
|
| var networkAgent = InspectorTest.NetworkAgent;
|
| var promise = networkAgent.setCacheDisabled(true);
|
| - promise.then(networkAgent.setCacheDisabled.bind(networkAgent, false));
|
| + promise.then(() => networkAgent.setCacheDisabled(false));
|
| promise.then(finishedCallback);
|
| }
|
|
|
|
|