| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index a342ed6c17abc0e323907757a616bcda1298bde4..69ff04a97b9eeb5582f3ac518c044769e125f810 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -238,6 +238,9 @@ interface InspectorInstrumentation {
|
| [Timeline, Inline=FastReturn]
|
| void didDispatchXHRLoadEvent(const InspectorInstrumentationCookie&);
|
|
|
| + [Debugger, Inline=FastReturn]
|
| + void didDispatchXHRLoadendEvent(ExecutionContext*, XMLHttpRequest*);
|
| +
|
| [Timeline, Inline=FastReturn]
|
| void willScrollLayer([Keep] RenderObject*);
|
|
|
|
|