mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
LibPDF: Move inline function definition
This breaks the dependency cycle between Parser and Document.
This commit is contained in:
committed by
Ali Mohammad Pur
parent
edc0cd29f8
commit
da170997d5
Notes:
sideshowbarker
2024-07-18 03:37:08 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/da170997d57 Pull-request: https://github.com/SerenityOS/serenity/pull/10080 Reviewed-by: https://github.com/alimpfard
@@ -39,6 +39,11 @@ Parser::Parser(ReadonlyBytes const& bytes)
|
||||
{
|
||||
}
|
||||
|
||||
void Parser::set_document(RefPtr<Document> const& document)
|
||||
{
|
||||
m_document = document;
|
||||
}
|
||||
|
||||
bool Parser::initialize()
|
||||
{
|
||||
if (!parse_header())
|
||||
|
||||
Reference in New Issue
Block a user