Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-initiator-from-console.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-initiator-from-console.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-initiator-from-console.html |
index 34d2f40ecd3c61175fb2086f340466680797e040..8e8592220a7c73b0b41d5b04397218c2e2d27964 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-initiator-from-console.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-initiator-from-console.html |
@@ -14,7 +14,7 @@ var test = function() |
str += "var s = document.createElement(\"script\");"; |
str += "s.src = \"resources/silent_script.js\";"; |
str += "document.head.appendChild(s);"; |
- WebInspector.context.flavor(WebInspector.ExecutionContext).evaluate(str, "console", true, undefined, undefined, undefined, function(){}); |
+ WebInspector.context.flavor(WebInspector.ExecutionContext).evaluate(str, "console", true, undefined, undefined, undefined, undefined, function(){}); |
} |
function onRequest(event) |