| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index 3268e52a62a7f77d74b5e0ec573db9ef2edacf1d..c1e3f3f8f3ea5af491720bc45abe9967fbb622d8 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -113,7 +113,7 @@ interface InspectorInstrumentation {
|
| void activeStyleSheetsUpdated([Keep] Document*);
|
|
|
| [Console, PageRuntime]
|
| - void frameWindowDiscarded(LocalFrame*, DOMWindow* domWindow);
|
| + void frameWindowDiscarded(LocalFrame*, LocalDOMWindow* domWindow);
|
|
|
| [CSS, Inline=FastReturn]
|
| void mediaQueryResultChanged(Document*);
|
| @@ -155,7 +155,7 @@ interface InspectorInstrumentation {
|
| void didDispatchXHRReadyStateChangeEvent(const InspectorInstrumentationCookie&);
|
|
|
| [Timeline, Inline=FastReturn]
|
| - InspectorInstrumentationCookie willDispatchEvent([Keep] Document*, const Event&, DOMWindow*, Node*, const EventPath&);
|
| + InspectorInstrumentationCookie willDispatchEvent([Keep] Document*, const Event&, LocalDOMWindow*, Node*, const EventPath&);
|
|
|
| [Timeline, Inline=FastReturn]
|
| void didDispatchEvent(const InspectorInstrumentationCookie&);
|
| @@ -173,7 +173,7 @@ interface InspectorInstrumentation {
|
| void didHandleEvent(const InspectorInstrumentationCookie&);
|
|
|
| [Timeline, Inline=FastReturn]
|
| - InspectorInstrumentationCookie willDispatchEventOnWindow(LocalFrame*, const Event&, DOMWindow*);
|
| + InspectorInstrumentationCookie willDispatchEventOnWindow(LocalFrame*, const Event&, LocalDOMWindow*);
|
|
|
| [Timeline, Inline=FastReturn]
|
| void didDispatchEventOnWindow(const InspectorInstrumentationCookie&);
|
|
|