mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 20:45:14 +00:00
LibWeb/DOM: Update step 4 of load_document()
Corresponds to 2ab779b8e8
We don't implement most of what that touches, so the only actual change
is a couple of words added here.
This commit is contained in:
parent
09b8f73e11
commit
f820daf7e1
1 changed files with 3 additions and 3 deletions
|
@ -473,9 +473,9 @@ GC::Ptr<DOM::Document> load_document(HTML::NavigationParams const& navigation_pa
|
|||
|
||||
// FIXME: 4. Otherwise, the document's type is such that the resource will not affect navigationParams's navigable,
|
||||
// e.g., because the resource is to be handed to an external application or because it is an unknown type
|
||||
// that will be processed as a download. Hand-off to external software given navigationParams's response,
|
||||
// navigationParams's navigable, navigationParams's final sandboxing flag set, sourceSnapshotParams's has
|
||||
// transient activation, and initiatorOrigin.
|
||||
// that will be processed by handle as a download. Hand-off to external software given navigationParams's
|
||||
// response, navigationParams's navigable, navigationParams's final sandboxing flag set,
|
||||
// sourceSnapshotParams's has transient activation, and initiatorOrigin.
|
||||
|
||||
// 5. Return null.
|
||||
return nullptr;
|
||||
|
|
Loading…
Add table
Reference in a new issue