|
@@ -236,7 +236,7 @@ void FrameLoader::resource_did_load()
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
- dbgln("I believe this content has MIME type '{}', , encoding '{}'", resource()->mime_type(), resource()->encoding());
|
|
|
|
|
|
+ dbgln("I believe this content has MIME type '{}', encoding '{}'", resource()->mime_type(), resource()->encoding());
|
|
|
|
|
|
auto document = DOM::Document::create();
|
|
auto document = DOM::Document::create();
|
|
document->set_url(url);
|
|
document->set_url(url);
|