Index: third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js |
index 3025527b756147b752d3a71141186b69baf84e5a..2f6f792e4456cd4782bb465870114fa08ee9b914 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js |
@@ -2,7 +2,7 @@ |
var lastXHRIndex = 0; |
function xhrLoadedCallback() |
{ |
- // We need to make sure the console message text is unique so that we don't end up with repeat count update only. |
+ // We need to make sure the console message text is unique so that we don't end up with repeat count update only |
Bugs Nash
2016/05/03 05:48:46
Is this intentional?
nainar
2016/05/03 07:15:43
No it's an accident. Removing.
|
console.log("XHR loaded: " + (++lastXHRIndex)); |
} |