Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/temp-storage-cleaner.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698