| Index: third_party/WebKit/Source/core/timing/PerformanceBase.cpp
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceBase.cpp b/third_party/WebKit/Source/core/timing/PerformanceBase.cpp
|
| index 512e6ebd6432ab2f21863f4b9c0c1e70544b9006..bba74a2cf1a3db8d94b74fa632b9d05f0e220692 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceBase.cpp
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceBase.cpp
|
| @@ -430,7 +430,7 @@ void PerformanceBase::notifyObserversOfEntry(PerformanceEntry& entry)
|
| }
|
| }
|
|
|
| -bool PerformanceBase::hasObserverFor(PerformanceEntry::EntryType filterType)
|
| +bool PerformanceBase::hasObserverFor(PerformanceEntry::EntryType filterType) const
|
| {
|
| return m_observerFilterOptions & filterType;
|
| }
|
|
|