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

Unified Diff: extensions/renderer/activity_log_converter_strategy_unittest.cc

Issue 1760943003: Prepare ActivityLogConverterStrategyTest for ES2015 Function name reform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/activity_log_converter_strategy_unittest.cc
diff --git a/extensions/renderer/activity_log_converter_strategy_unittest.cc b/extensions/renderer/activity_log_converter_strategy_unittest.cc
index 1c089bfca618d73ad91473e9ae27a1704d678960..9237cadd90deb9b7d91271b12a3ae6f83f3a4eeb 100644
--- a/extensions/renderer/activity_log_converter_strategy_unittest.cc
+++ b/extensions/renderer/activity_log_converter_strategy_unittest.cc
@@ -117,7 +117,7 @@ TEST_F(ActivityLogConverterStrategyTest, ConversionTest) {
"empty_dictionary: {},"
"list: [ \"monkey\", \"balls\" ],"
"empty_list: [],"
- "function: function() {},"
+ "function: (0, function() {})," // ensure function is anonymous
"named_function: foo"
"};"
"})();";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698