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

Unified Diff: chrome/browser/resources/local_ntp/most_visited_util.js

Issue 2126803002: Fix typo in multi-iframe NTP JS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: chrome/browser/resources/local_ntp/most_visited_util.js
diff --git a/chrome/browser/resources/local_ntp/most_visited_util.js b/chrome/browser/resources/local_ntp/most_visited_util.js
index ebf6513ed7aa9144995135e2246b31130d3cdb38..50c089b0ad429ded8ecda6de5e4a0961b81473aa 100644
--- a/chrome/browser/resources/local_ntp/most_visited_util.js
+++ b/chrome/browser/resources/local_ntp/most_visited_util.js
@@ -284,7 +284,7 @@ function fillMostVisited(location, fill) {
data = apiHandle.getMostVisitedItemData(params.rid);
if (!data)
return;
- data.tileSource: NTPLoggingTileSource.CLIENT;
+ data.tileSource = NTPLoggingTileSource.CLIENT;
}
if (isFinite(params.dummy) && parseInt(params.dummy, 10)) {
« 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