Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(409)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js

Issue 1896793002: Rename (updateLayout/updateStyle).*.() to updateStyleAndLayout.*.() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));
}

Powered by Google App Engine
This is Rietveld 408576698