| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index 6b4638340cc3467dc0741553977dda7fd187caef..ccb8cb400f4622d20ad16811ca88466c175b0b22 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -152,7 +152,7 @@ interface InspectorInstrumentation {
|
| [AsyncCallTracker, DOMDebugger, Inline=FastReturn]
|
| InspectorInstrumentationCookie willHandleEvent([Keep] EventTarget*, Event*, EventListener* listener, bool useCapture);
|
|
|
| - [AsyncCallTracker, Debugger, Inline=FastReturn]
|
| + [AsyncCallTracker, DOMDebugger, Inline=FastReturn]
|
| void didHandleEvent(const InspectorInstrumentationCookie&);
|
|
|
| [AsyncCallTracker, Inline=FastReturn]
|
| @@ -191,7 +191,7 @@ interface InspectorInstrumentation {
|
| [AsyncCallTracker, DOMDebugger, Inline=FastReturn]
|
| InspectorInstrumentationCookie willFireTimer([Keep] ExecutionContext*, int timerId);
|
|
|
| - [AsyncCallTracker, Debugger, Inline=FastReturn]
|
| + [AsyncCallTracker, DOMDebugger, Inline=FastReturn]
|
| void didFireTimer(const InspectorInstrumentationCookie&);
|
|
|
| [Page, Inline=FastReturn]
|
|
|