Index: LayoutTests/inspector/sources/debugger/file-system-project-mapping.html |
diff --git a/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html b/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html |
index 3b49f0d9ab75a0bf181f06b0d552f72814390a25..c299497207d3c7117db7d46220878c5fc8d9c14a 100644 |
--- a/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html |
+++ b/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html |
@@ -335,7 +335,7 @@ function test() |
function projectRemoved() |
{ |
InspectorTest.addResult("Received project removed event."); |
- next(); |
+ setImmediate(next); |
} |
}, |