| Index: LayoutTests/inspector/sources/debugger-frameworks/frameworks-blackbox-patterns.html
|
| diff --git a/LayoutTests/inspector/sources/debugger-frameworks/frameworks-blackbox-patterns.html b/LayoutTests/inspector/sources/debugger-frameworks/frameworks-blackbox-patterns.html
|
| index 150a21c0aa22aa450eed144c23dff9a9a50f547f..a7be5db4aef40f701783bb3ea2b5569d8a11831b 100644
|
| --- a/LayoutTests/inspector/sources/debugger-frameworks/frameworks-blackbox-patterns.html
|
| +++ b/LayoutTests/inspector/sources/debugger-frameworks/frameworks-blackbox-patterns.html
|
| @@ -14,7 +14,7 @@ function test()
|
| "http://www.google.com/", "www\\.google\\.com\\b",
|
| "data:text/html,foo", "",
|
| "about:blank", "",
|
| - "", "",
|
| + "", "^$",
|
| "chrome-extension://extensionName/main.js", "^chrome-extension://extensionName\\b.*/main\\.js$",
|
| "extensions::unload_events", "^extensions::unload_events$",
|
| ];
|
|
|