| Index: third_party/WebKit/Source/core/inspector/InspectorWebPerfAgentTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgentTest.cpp b/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgentTest.cpp
|
| index 4818144592e15c612e279e720223cd588b582249..0ec06dbf91af6efaea42000aab55be819b3e64ec 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgentTest.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgentTest.cpp
|
| @@ -45,7 +45,7 @@ class InspectorWebPerfAgentTest : public ::testing::Test {
|
| void InspectorWebPerfAgentTest::SetUp() {
|
| m_pageHolder = DummyPageHolder::create(IntSize(800, 600));
|
| m_pageHolder->document().setURL(KURL(KURL(), "https://example.com/foo"));
|
| - m_agent = new InspectorWebPerfAgent(InspectedFrames::create(frame()));
|
| + m_agent = new InspectorWebPerfAgent(frame());
|
|
|
| // Create another dummy page holder and pretend this is the iframe.
|
| m_anotherPageHolder = DummyPageHolder::create(IntSize(400, 300));
|
|
|