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

Unified Diff: Source/WebCore/html/EmailInputType.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/EmailInputType.cpp
diff --git a/Source/WebCore/html/EmailInputType.cpp b/Source/WebCore/html/EmailInputType.cpp
index b51d0a7449ccedf7114c90ff50e03795049b10b6..46423436338361c8288dbeb5a4f682b5d80e0a1b 100644
--- a/Source/WebCore/html/EmailInputType.cpp
+++ b/Source/WebCore/html/EmailInputType.cpp
@@ -61,7 +61,7 @@ PassOwnPtr<InputType> EmailInputType::create(HTMLInputElement* element)
void EmailInputType::attach()
{
TextFieldInputType::attach();
- observeFeatureIfVisible(FeatureObserver::InputTypeEmail);
+ observeFeatureIfVisible(UseCounter::InputTypeEmail);
}
const AtomicString& EmailInputType::formControlType() const

Powered by Google App Engine
This is Rietveld 408576698