Index: Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl |
index 60f5620fd3ad421c92345822e0a78d1f9e8e8966..34b45b6ae2f32b46a6c093fa6c44babce4c22972 100644 |
--- a/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/Source/core/inspector/InspectorInstrumentation.idl |
@@ -420,10 +420,10 @@ interface InspectorInstrumentation { |
void traceAsyncCallbackCompleted(const InspectorInstrumentationCookie&); |
[Animation, Inline=FastReturn] |
- void didCreateAnimationPlayer(Document*, AnimationPlayer* player); |
+ void didCreateAnimation(Document*, Animation* player); |
[Animation, Inline=FastReturn] |
- void didCancelAnimationPlayer(Document*, AnimationPlayer* player); |
+ void didCancelAnimation(Document*, Animation* player); |
} |
interface InspectorConsoleInstrumentation { |