Index: Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl |
index eadbef43986e560e3f0dcd5a25bdd9c0b6f58fa1..008fbdb9b56d61f36fe352242779e0e60fb3480c 100644 |
--- a/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/Source/core/inspector/InspectorInstrumentation.idl |
@@ -282,6 +282,9 @@ interface InspectorInstrumentation { |
[Resource] |
void didReceiveData(Frame*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength); |
+ [Resource] |
+ void didReceiveDataWithoutData(Frame*, unsigned long identifier, int dataLength, int encodedDataLength); |
+ |
[Timeline, Resource] |
void didFinishLoading(Frame* frame, unsigned long identifier, DocumentLoader*, double finishTime); |