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

Unified Diff: Source/WebCore/html/DateTimeInputType.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/DateTimeInputType.cpp
diff --git a/Source/WebCore/html/DateTimeInputType.cpp b/Source/WebCore/html/DateTimeInputType.cpp
index ab085e24553c5d3314fbfba5eb9bab8451b761ee..a1be7290c3d5c4e7e72f4b3bf085ece206d5a6ae 100644
--- a/Source/WebCore/html/DateTimeInputType.cpp
+++ b/Source/WebCore/html/DateTimeInputType.cpp
@@ -62,7 +62,7 @@ PassOwnPtr<InputType> DateTimeInputType::create(HTMLInputElement* element)
void DateTimeInputType::attach()
{
- observeFeatureIfVisible(FeatureObserver::InputTypeDateTime);
+ observeFeatureIfVisible(UseCounter::InputTypeDateTime);
}
const AtomicString& DateTimeInputType::formControlType() const

Powered by Google App Engine
This is Rietveld 408576698