| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index eadbef43986e560e3f0dcd5a25bdd9c0b6f58fa1..578c8572e0a856586403534929348587160db2f1 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -307,12 +307,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]
|
|
|