| Index: third_party/WebKit/Source/core/frame/UseCounter.h
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| index 0552223eabf8a8118308948b0abe647db7c15bd0..ec2dd7d3382b49ed9abfabf77176b1238f6c4643 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1320,11 +1320,7 @@ public:
|
| void muteForInspector();
|
| void unmuteForInspector();
|
|
|
| - void recordMeasurement(Feature feature)
|
| - {
|
| - if (!m_muteCount)
|
| - m_countBits.recordMeasurement(feature);
|
| - }
|
| + void recordMeasurement(Feature);
|
| void updateMeasurements();
|
|
|
| bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasRecordedMeasurement(feature); }
|
|
|