Skip to content

Commit eda0818

Browse files
author
Daniel Herzog
committed
Naming fix
1 parent 189ba93 commit eda0818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/network/network_service.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cls.NetworkLoggerService = function(view)
2626
this._current_context.window_contexts.push(window_context);
2727
if (!data.parentDocumentID)
2828
{
29-
window_context.saw_main_document_abouttoloaddocument = true;
29+
window_context.saw_main_document = true;
3030
}
3131
}
3232
}.bind(this);
@@ -291,7 +291,7 @@ cls.NetworkLoggerService = function(view)
291291
cls.NetworkLoggerService.WindowContext = function(window_id)
292292
{
293293
this.id = window_id;
294-
this.saw_main_document_abouttoloaddocument = false;
294+
this.saw_main_document = false;
295295
this.entry_ids = [];
296296
}
297297

0 commit comments

Comments
 (0)