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

Unified Diff: Source/WebCore/html/DateTimeLocalInputType.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/DateTimeLocalInputType.cpp
diff --git a/Source/WebCore/html/DateTimeLocalInputType.cpp b/Source/WebCore/html/DateTimeLocalInputType.cpp
index 47c6613153fa08c60ae7ab19b6146c4f1867398c..736f4a85bb105aef319d6cecc777fdaaaa9857bb 100644
--- a/Source/WebCore/html/DateTimeLocalInputType.cpp
+++ b/Source/WebCore/html/DateTimeLocalInputType.cpp
@@ -60,7 +60,7 @@ PassOwnPtr<InputType> DateTimeLocalInputType::create(HTMLInputElement* element)
void DateTimeLocalInputType::attach()
{
- observeFeatureIfVisible(FeatureObserver::InputTypeDateTimeLocal);
+ observeFeatureIfVisible(UseCounter::InputTypeDateTimeLocal);
}
const AtomicString& DateTimeLocalInputType::formControlType() const

Powered by Google App Engine
This is Rietveld 408576698