| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index e411fb9a6a1637733e3fdb507f22ecc6e2e47bb0..f515f2c41c5d9d28b1a7b6c471143a82ed3d0e93 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -215,7 +215,7 @@ interface InspectorInstrumentation {
|
| [Resource, Inline=FastReturn]
|
| InspectorInstrumentationCookie willRecalculateStyle([Keep] Document*);
|
|
|
| - [Resource, Page, Inline=FastReturn]
|
| + [Resource, Inline=FastReturn]
|
| void didRecalculateStyle(const InspectorInstrumentationCookie&, int elementCount);
|
|
|
| [Resource, Inline=FastReturn]
|
|
|