| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index b706ee501df9add79d19cf1c5c41442d865b0cbe..2187a7addeb6a7b0a52573459d4b728c6d194e2e 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -304,12 +304,6 @@ interface InspectorInstrumentation {
|
| void didReceiveXHRResponse(ScriptExecutionContext*, unsigned long identifier);
|
|
|
| [Resource]
|
| - void willLoadXHRSynchronously(ScriptExecutionContext*);
|
| -
|
| - [Resource]
|
| - void didLoadXHRSynchronously(ScriptExecutionContext*);
|
| -
|
| - [Resource]
|
| void scriptImported(ScriptExecutionContext*, unsigned long identifier, const String& sourceString);
|
|
|
| [Debugger]
|
|
|