mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-27 15:50:29 +00:00
Add HtmlTransformFactory as depdendency for HtmlOutputRendererHelper
Bug: T317019 Depends-On: I5e11452f1c531a757e8d860f9c727b5810406bce Change-Id: Ib4262e95cc333d008b083f74c88919441095f446
This commit is contained in:
parent
09555e4315
commit
a9a4d9eab0
|
@ -94,7 +94,8 @@ class DirectParsoidClient implements ParsoidClient {
|
|||
$helper = new HtmlOutputRendererHelper(
|
||||
$this->parsoidOutputStash,
|
||||
$this->stats,
|
||||
$this->parsoidOutputAccess
|
||||
$this->parsoidOutputAccess,
|
||||
$this->htmlTransformFactory
|
||||
);
|
||||
|
||||
// Fake REST params
|
||||
|
|
Loading…
Reference in a new issue