| Index: LayoutTests/http/tests/inspector/extensions-test.js
|
| ===================================================================
|
| --- LayoutTests/http/tests/inspector/extensions-test.js (revision 76983)
|
| +++ LayoutTests/http/tests/inspector/extensions-test.js (working copy)
|
| @@ -34,7 +34,7 @@
|
|
|
| InspectorTest.runExtensionTests = function()
|
| {
|
| - InspectorBackend.evaluate("location.href", "console", function(result) {
|
| + InspectorBackend.evaluate("location.href", "console", false, function(result) {
|
| var pageURL = result.description;
|
| var extensionURL = (/^https?:/.test(pageURL) ?
|
| pageURL.replace(/^(https?:\/\/[^/]*\/).*$/,"$1") :
|
|
|