| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-test.js
|
| index 5e84555760f3c3c8b62ffc5f810b7925e535cd25..22aa6b0dfd4cb367989074a8e1cde21728227313 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-test.js
|
| @@ -9,6 +9,7 @@ WebInspector.PersistenceBinding.prototype.toString = function()
|
| "{",
|
| " network: " + this.network.url(),
|
| " fileSystem: " + this.fileSystem.url(),
|
| + " exactMatch: " + this.exactMatch,
|
| "}"
|
| ];
|
| return lines.join("\n");
|
|
|