| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index 51e0239208ab984faa1efcf59fb3ca9776c2e641..35e0117613370b723fc52416a82413d064328e7f 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -207,7 +207,7 @@ interface InspectorInstrumentation {
|
| void didFireTimer(const InspectorInstrumentationCookie&);
|
|
|
| [Page, Inline=FastReturn]
|
| - void didLayout(LocalFrame*, LayoutObject* root);
|
| + void didLayout(LocalFrame*);
|
|
|
| [Page, Inline=FastReturn]
|
| void didScroll(LocalFrame*);
|
|
|