| Index: third_party/WebKit/LayoutTests/http/tests/inspector/isolated-filesystem-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/isolated-filesystem-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/isolated-filesystem-test.js
|
| index 5d0ed1ab79f1e57e526b4cf5c754b58ccea8a2b1..2f1e538f0b1b6a53c854794468309ad58fdebb32 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/isolated-filesystem-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/isolated-filesystem-test.js
|
| @@ -109,6 +109,7 @@ InspectorTest.TestFileSystem.Entry.prototype = {
|
| setContent: function(content)
|
| {
|
| this.content = new Blob([content], {type: 'text/plain'});
|
| + this._timestamp += 1000;
|
| var fullPath = this._fileSystem.fileSystemPath + this.fullPath;
|
| InspectorFrontendHost.events.dispatchEventToListeners(InspectorFrontendHostAPI.Events.FileSystemFilesChanged, [fullPath]);
|
| },
|
|
|