| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index 988a82036658a0a2b8f7507d0d2d2d2b767e0a88..e3bc507cda698af41d9e15edd855c3fa2087e111 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -1431,9 +1431,9 @@ PassRefPtr<NodeList> Internals::nodesFromRect(Document* document, int centerX, i
|
| return StaticNodeList::adopt(matches);
|
| }
|
|
|
| -void Internals::emitInspectorDidBeginFrame()
|
| +void Internals::emitInspectorDidBeginFrame(int frameId)
|
| {
|
| - contextDocument()->page()->inspectorController().didBeginFrame();
|
| + contextDocument()->page()->inspectorController().didBeginFrame(frameId);
|
| }
|
|
|
| void Internals::emitInspectorDidCancelFrame()
|
|
|