| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-blackbox-patterns.html | 
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-blackbox-patterns.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-blackbox-patterns.html | 
| index a7be5db4aef40f701783bb3ea2b5569d8a11831b..ac19db82e0cbfac0440ef32e8636d618cf116cea 100644 | 
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-blackbox-patterns.html | 
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-blackbox-patterns.html | 
| @@ -22,7 +22,7 @@ function test() | 
| for (var i = 0; i < testCases.length; i += 2) { | 
| var url = testCases[i]; | 
| InspectorTest.addResult("Testing \"" + url + "\""); | 
| -        var regexValue = WebInspector.BlackboxSupport._urlToRegExpString(url); | 
| +        var regexValue = WebInspector.blackboxManager._urlToRegExpString(url); | 
| InspectorTest.assertEquals(testCases[i + 1], regexValue); | 
| if (!regexValue) | 
| continue; | 
|  |