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

Unified Diff: Source/WebCore/html/WeekInputType.cpp

Issue 14301003: Rename FeatureObserver to UseCounter to make clear that all it stores are usage counts. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Now with 20% more awesome Created 7 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: Source/WebCore/html/WeekInputType.cpp
diff --git a/Source/WebCore/html/WeekInputType.cpp b/Source/WebCore/html/WeekInputType.cpp
index 51dc08bd832d16f6f97423b36d9b5ba90681e980..b336ef2819a83fd030b581a8be955c066a522387 100644
--- a/Source/WebCore/html/WeekInputType.cpp
+++ b/Source/WebCore/html/WeekInputType.cpp
@@ -58,7 +58,7 @@ PassOwnPtr<InputType> WeekInputType::create(HTMLInputElement* element)
void WeekInputType::attach()
{
- observeFeatureIfVisible(FeatureObserver::InputTypeWeek);
+ observeFeatureIfVisible(UseCounter::InputTypeWeek);
}
const AtomicString& WeekInputType::formControlType() const

Powered by Google App Engine
This is Rietveld 408576698