Index: Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl |
index 6fa06dfe71c60368e07697a51006706b2e956602..f25f184a8f2e1dade93f9b51d7fe2a03984840fe 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&); |