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

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

Powered by Google App Engine
This is Rietveld 408576698