Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit-breakpoints.html |
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit-breakpoints.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit-breakpoints.html |
index 7cdebda40f0bc03f352a98b7f84cdc93e72b8087..bb00b4b51106c428bf9f0e7e9cf42327fd17353e 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit-breakpoints.html |
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit-breakpoints.html |
@@ -22,7 +22,7 @@ function test() |
function pathToFileName(path) |
{ |
- return path.substring(path.lastIndexOf("/") + 1); |
+ return path.substring(path.lastIndexOf("/") + 1).replace(/VM[\d]+/, "VMXX"); |
} |
function dumpBreakpointStorageAndLocations() |