Index: Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl |
index ed7dfd09d9b2fa84ed613fba855246ee52f7478a..d2b3a8a4d6731a968f5c10b78d3474e8f0818e8b 100644 |
--- a/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/Source/core/inspector/InspectorInstrumentation.idl |
@@ -68,7 +68,7 @@ interface InspectorInstrumentation { |
#include "core/dom/PseudoElement.h" |
// We should call PageDebuggerAgent method first otherwise this method resets script cache and removes scripts executed by other agents. |
- [PageDebugger, Page, Inspector, PageRuntime] |
+ [PageDebugger, Page, PageRuntime] |
void didClearDocumentOfWindowObject([Keep] LocalFrame*); |
[DOMDebugger, Inline=FastReturn] |