| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index 65fc35c9bbe6b1e15f700c229fdbf6dd7f7d6e2d..272b639d35124b22eda641866b4d7eaabcb40001 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*);
|
|
|