jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/399760 )
Change subject: Fix linked list manipulation in CachedScopeStack
......................................................................
Fix linked list manipulation in CachedScopeStack
Bug: T183379
Change-Id: Ia01386cd39376bbb5f05533d584063c8ab14b633
---
M RemexHtml/TreeBuilder/CachingStack.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Tim Starling: Looks good to me, approved
jenkins-bot: Verified
diff --git a/RemexHtml/TreeBuilder/CachingStack.php
b/RemexHtml/TreeBuilder/CachingStack.php
index 4be4449..a67cfdc 100644
--- a/RemexHtml/TreeBuilder/CachingStack.php
+++ b/RemexHtml/TreeBuilder/CachingStack.php
@@ -295,7 +295,7 @@
if ( $nextElt === $oldElt ) {
$scopeElt->nextEltInScope =
$elt;
$elt->nextEltInScope =
$nextElt->nextEltInScope;
- $scopeElt->nextEltInScope =
null;
+ $nextElt->nextEltInScope = null;
break;
}
$scopeElt = $scopeElt->nextEltInScope;
--
To view, visit https://gerrit.wikimedia.org/r/399760
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia01386cd39376bbb5f05533d584063c8ab14b633
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/libs/RemexHtml
Gerrit-Branch: master
Gerrit-Owner: Subramanya Sastry <[email protected]>
Gerrit-Reviewer: Arlolra <[email protected]>
Gerrit-Reviewer: C. Scott Ananian <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Tim Starling <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits