| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index 38011bfd763178cc4b66cf2ba0d04ffae5151d4b..4a02aa037e088d0c947bb3a4399afbf05bc7dd23 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -427,6 +427,9 @@ interface InspectorInstrumentation {
|
|
|
| [Animation, Inline=FastReturn]
|
| void didCancelAnimationPlayer(Document*, AnimationPlayer* player);
|
| +
|
| + [Animation]
|
| + void documentAttachedToFrame([Keep] LocalFrame*);
|
| }
|
|
|
| interface InspectorConsoleInstrumentation {
|
|
|