summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/DocumentLoading.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/DOM/DocumentLoading.cpp')
-rw-r--r--Userland/Libraries/LibWeb/DOM/DocumentLoading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/DOM/DocumentLoading.cpp b/Userland/Libraries/LibWeb/DOM/DocumentLoading.cpp
index d4f18928e4..3986f8d61b 100644
--- a/Userland/Libraries/LibWeb/DOM/DocumentLoading.cpp
+++ b/Userland/Libraries/LibWeb/DOM/DocumentLoading.cpp
@@ -219,7 +219,7 @@ JS::GCPtr<DOM::Document> load_document(Optional<HTML::NavigationParams> navigati
}
};
- auto process_body_error = [](auto&) {
+ auto process_body_error = [](auto) {
// FIXME: Load html page with an error if read of body failed.
TODO();
};