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

Unified Diff: Source/WebCore/html/TelephoneInputType.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/TelephoneInputType.cpp
diff --git a/Source/WebCore/html/TelephoneInputType.cpp b/Source/WebCore/html/TelephoneInputType.cpp
index 0adf65407d8ada9e7b9e0e6abf9874809a752c1c..510d6c39073d19bbf97316d45f1ff67625fbec85 100644
--- a/Source/WebCore/html/TelephoneInputType.cpp
+++ b/Source/WebCore/html/TelephoneInputType.cpp
@@ -45,7 +45,7 @@ PassOwnPtr<InputType> TelephoneInputType::create(HTMLInputElement* element)
void TelephoneInputType::attach()
{
TextFieldInputType::attach();
- observeFeatureIfVisible(FeatureObserver::InputTypeTel);
+ observeFeatureIfVisible(UseCounter::InputTypeTel);
}
const AtomicString& TelephoneInputType::formControlType() const

Powered by Google App Engine
This is Rietveld 408576698