| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content.html
|
| index fd57e59e0483c1ef16c2821e575395dde2092378..c4aef5d2a6df8c2a1d5383a85da9fbb594497cc6 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content.html
|
| @@ -46,6 +46,12 @@ function test()
|
| fileSystemCode.setWorkingCopy("window.foo4 = 4;");
|
| },
|
|
|
| + function resetFileSystemWorkingCopy(next)
|
| + {
|
| + InspectorTest.addSniffer(Persistence.Persistence.prototype, "_contentSyncedForTest", dumpWorkingCopiesAndNext.bind(null, next));
|
| + fileSystemCode.resetWorkingCopy();
|
| + },
|
| +
|
| function setNetworkRevision(next)
|
| {
|
| InspectorTest.addSniffer(Persistence.Persistence.prototype, "_contentSyncedForTest", dumpWorkingCopiesAndNext.bind(null, next));
|
|
|