| Index: third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| index 4a017a470a504631792e2c964a80e22e926ec09d..9e293ea9964edba18b37477f1be8c24b4da8ad61 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| @@ -738,8 +738,7 @@ InspectorTest.clearSpecificInfoFromStackFrames = function(text)
|
| var buffer = text.replace(/\(file:\/\/\/(?:[^)]+\)|[\w\/:-]+)/g, "(...)");
|
| buffer = buffer.replace(/\(<anonymous>:[^)]+\)/g, "(...)");
|
| buffer = buffer.replace(/VM\d+/g, "VM");
|
| - buffer = buffer.replace(/\s*at[^()]+\(native\)/g, "");
|
| - return buffer.replace(/\s*at Object.InjectedScript.[^)]+\)/g, "");
|
| + return buffer.replace(/\s*at[^()]+\(native\)/g, "");
|
| }
|
|
|
| InspectorTest.hideInspectorView = function()
|
|
|