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

Unified Diff: third_party/WebKit/LayoutTests/netinfo/gc-unused-listeners.html

Issue 2813873002: Modify some more GC layout tests to work with Ignition (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/storage/indexeddb/cursor-request-cycle.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/netinfo/gc-unused-listeners.html
diff --git a/third_party/WebKit/LayoutTests/netinfo/gc-unused-listeners.html b/third_party/WebKit/LayoutTests/netinfo/gc-unused-listeners.html
index e5cda4e75837597004c0c8abd73918e8b30d993c..6ff207c83cbfa136ea5b450a3b284c4de8d2901a 100644
--- a/third_party/WebKit/LayoutTests/netinfo/gc-unused-listeners.html
+++ b/third_party/WebKit/LayoutTests/netinfo/gc-unused-listeners.html
@@ -11,7 +11,7 @@ description('Tests that unused listeners are collected.');
shouldBe('typeof window.internals.observeGC', '"function"',
'this test requires window.internals');
-var callback = function(e) {
+let callback = function(e) {
testFailed("Should not get here.");
};
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/storage/indexeddb/cursor-request-cycle.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698