File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -743,8 +743,6 @@ cls.NetworkLoggerEntryPrototype = function()
743743 this . _update_event_urlunload = function ( event )
744744 {
745745 this . is_unloaded = true ;
746- if ( this . _current_response )
747- this . _current_response . update_event_urlunload ( event ) ;
748746 } ;
749747
750748 this . _update_event_urlfinished = function ( event )
@@ -1119,11 +1117,6 @@ cls.NetworkLoggerResponsePrototype = function()
11191117 this . responsebody = responsebody ;
11201118 } ;
11211119
1122- this . update_event_urlunload = function ( event )
1123- {
1124- this . is_unloaded = true ; // todo: check if we use that on the response?
1125- } ;
1126-
11271120 // The following are to reflect changes that happened on Entry.
11281121 this . update_event_urlfinished = function ( event )
11291122 {
You can’t perform that action at this time.
0 commit comments