| Index: third_party/WebKit/LayoutTests/inspector/profiler/temp-storage-cleaner.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/temp-storage-cleaner.html b/third_party/WebKit/LayoutTests/inspector/profiler/temp-storage-cleaner.html
|
| index 1b989965f213fd989f64526bc4503e30a6e18ee4..5ca59965c26d7e9927ee19fceb186f73175fdc19 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/temp-storage-cleaner.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/temp-storage-cleaner.html
|
| @@ -5,7 +5,7 @@
|
|
|
| function test()
|
| {
|
| - WebInspector.TempFile.ensureTempStorageCleared()
|
| + Bindings.TempFile.ensureTempStorageCleared()
|
| .then(function finish() {
|
| InspectorTest.addResult("PASSED: we got a call from TempStorageCleaner that it had done the job.");
|
| }, function(e) {
|
|
|