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

Unified Diff: Source/WebCore/html/RangeInputType.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/RangeInputType.cpp
diff --git a/Source/WebCore/html/RangeInputType.cpp b/Source/WebCore/html/RangeInputType.cpp
index 8222ba1a037f5482ed14b3cc494c4f738dc4099c..cbd4c3ece319aa2e7bb5924c2ff7055ddca69b03 100644
--- a/Source/WebCore/html/RangeInputType.cpp
+++ b/Source/WebCore/html/RangeInputType.cpp
@@ -95,7 +95,7 @@ RangeInputType::RangeInputType(HTMLInputElement* element)
void RangeInputType::attach()
{
- observeFeatureIfVisible(FeatureObserver::InputTypeRange);
+ observeFeatureIfVisible(UseCounter::InputTypeRange);
}
bool RangeInputType::isRangeControl() const

Powered by Google App Engine
This is Rietveld 408576698