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

Unified Diff: Source/WebCore/html/TimeInputType.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/TimeInputType.cpp
diff --git a/Source/WebCore/html/TimeInputType.cpp b/Source/WebCore/html/TimeInputType.cpp
index 5ac341d900cb13e5243a4a73de902bb0e76a9e0a..821b29808471d94a511fa0ceedf4e074f0bd1e16 100644
--- a/Source/WebCore/html/TimeInputType.cpp
+++ b/Source/WebCore/html/TimeInputType.cpp
@@ -66,7 +66,7 @@ PassOwnPtr<InputType> TimeInputType::create(HTMLInputElement* element)
void TimeInputType::attach()
{
- observeFeatureIfVisible(FeatureObserver::InputTypeTime);
+ observeFeatureIfVisible(UseCounter::InputTypeTime);
}
const AtomicString& TimeInputType::formControlType() const

Powered by Google App Engine
This is Rietveld 408576698