| Index: third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js b/third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js
|
| index 793109e8059ce01d2afebb393194c2ab7ba4ad64..51994bd45836a1a8bf30624777aca45b1700640e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js
|
| @@ -108,13 +108,13 @@ WebInspector.TargetManager.prototype = {
|
| },
|
|
|
| /**
|
| - * @param {boolean=} ignoreCache
|
| + * @param {boolean=} bypassCache
|
| * @param {string=} injectedScript
|
| */
|
| - reloadPage: function(ignoreCache, injectedScript)
|
| + reloadPage: function(bypassCache, injectedScript)
|
| {
|
| if (this._targets.length)
|
| - this._targets[0].resourceTreeModel.reloadPage(ignoreCache, injectedScript);
|
| + this._targets[0].resourceTreeModel.reloadPage(bypassCache, injectedScript);
|
| },
|
|
|
| /**
|
|
|