| Index: third_party/WebKit/Source/core/timing/PerformanceTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceTest.cpp b/third_party/WebKit/Source/core/timing/PerformanceTest.cpp
|
| index 893b97eca915f68ca2aae5032a52e837bbb128e7..dac37503a74d3616b0d8a586c499b509f54b9536 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceTest.cpp
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceTest.cpp
|
| @@ -50,7 +50,7 @@ class PerformanceTest : public ::testing::Test {
|
|
|
| String sanitizedAttribution(ExecutionContext* context,
|
| bool hasMultipleContexts,
|
| - Frame* observerFrame) {
|
| + LocalFrame* observerFrame) {
|
| return Performance::sanitizedAttribution(context, hasMultipleContexts,
|
| observerFrame)
|
| .first;
|
|
|