| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index b070934c399e06af54180f49748e7bd24ff2566b..084efaaa76248f67e288c8007730ede6fb2e2971 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -168,6 +168,18 @@ interface InspectorInstrumentation {
|
| void didDeliverMutationRecords(ExecutionContext*);
|
|
|
| [AsyncCallTracker, Inline=FastReturn]
|
| + void didEnqueuePerformanceObserverEntries([Keep] ExecutionContext*, PerformanceObserver*);
|
| +
|
| + [AsyncCallTracker, Inline=FastReturn]
|
| + void didClearAllPerformanceObservations([Keep] ExecutionContext*, PerformanceObserver*);
|
| +
|
| + [AsyncCallTracker, Inline=FastReturn]
|
| + void willDeliverPerformanceObservations([Keep] ExecutionContext*, PerformanceObserver*);
|
| +
|
| + [AsyncCallTracker, Inline=FastReturn]
|
| + void didDeliverPerformanceObservations(ExecutionContext*);
|
| +
|
| + [AsyncCallTracker, Inline=FastReturn]
|
| void didPostExecutionContextTask([Keep] ExecutionContext*, ExecutionContextTask*);
|
|
|
| [AsyncCallTracker, Inline=FastReturn]
|
|
|