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

Unified Diff: third_party/WebKit/Source/core/dom/ViewportDescription.cpp

Issue 2465783002: Fix a typo in Viewport.MetaTagType (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/Source/core/dom/ViewportDescription.cpp
diff --git a/third_party/WebKit/Source/core/dom/ViewportDescription.cpp b/third_party/WebKit/Source/core/dom/ViewportDescription.cpp
index 0deda17a3f8a508f73704deaf15a6edef9d5c089..f210262aa11ad6ef73894814075a2fed7ce8ed6a 100644
--- a/third_party/WebKit/Source/core/dom/ViewportDescription.cpp
+++ b/third_party/WebKit/Source/core/dom/ViewportDescription.cpp
@@ -289,7 +289,7 @@ void ViewportDescription::reportMobilePageStats(
} else if (type == ViewportDescription::HandheldFriendlyMeta) {
metaTagTypeHistogram.count(MetaHandheldFriendly);
} else if (type == ViewportDescription::MobileOptimizedMeta) {
- metaTagTypeHistogram.count(MobileOptimizedMeta);
+ metaTagTypeHistogram.count(MetaMobileOptimized);
wychen 2016/11/02 21:34:44 MobileOptimizedMeta is 2, while MetaMobileOptimize
}
#endif
}
« 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