| Index: Source/core/timing/Performance.cpp
|
| diff --git a/Source/core/timing/Performance.cpp b/Source/core/timing/Performance.cpp
|
| index 49c19ca01745d9c5b5115260904b1cae5a507d12..95f4728f0f230d479adf40b599aa9088016d05d5 100644
|
| --- a/Source/core/timing/Performance.cpp
|
| +++ b/Source/core/timing/Performance.cpp
|
| @@ -66,7 +66,7 @@ Performance::~Performance()
|
|
|
| const AtomicString& Performance::interfaceName() const
|
| {
|
| - return eventNames().interfaceForPerformance;
|
| + return EventTargetNames::Performance;
|
| }
|
|
|
| ExecutionContext* Performance::executionContext() const
|
|
|