Chromium Code Reviews| Index: src/usage-analyzer.cc |
| =================================================================== |
| --- src/usage-analyzer.cc (revision 3427) |
| +++ src/usage-analyzer.cc (working copy) |
| @@ -419,7 +419,7 @@ |
| bool AnalyzeVariableUsage(FunctionLiteral* lit) { |
| if (!FLAG_usage_computation) return true; |
| - HistogramTimerScope timer(&Counters::usage_analysis); |
| + HistogramTimerScope timer(&COUNTER(usage_analysis)); |
| return UsageComputer::Traverse(lit); |
| } |