| 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 37258a89ba05fba0ae45efb808e96278da10131c..d2487ff7175ee6ab30369793c02d88a7783ce61d 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
|
| @@ -49,7 +49,7 @@ InspectorTest.addFooJSFile = function(fs)
|
|
|
| InspectorTest.forceUseDefaultMapping = function() {
|
| Persistence.persistence._setMappingForTest((bindingCreated, bindingRemoved) => {
|
| - return new Persistence.DefaultMapping(Workspace.workspace, Workspace.fileSystemMapping, bindingCreated, bindingRemoved);
|
| + return new Persistence.DefaultMapping(Workspace.workspace, Persistence.fileSystemMapping, bindingCreated, bindingRemoved);
|
| });
|
| }
|
|
|
|
|