Skip to content

Commit 41a91c8

Browse files
committed
Mozilla bug 1619230 - Use .get() in P::completedNamedCharacterReference(mViewSource). r=erahm.
Differential Revision: https://phabricator.services.mozilla.com/D64927
1 parent 88532d8 commit 41a91c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translator-src/nu/validator/htmlparser/cpptranslate/CppTypes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ public String unlikely() {
472472
}
473473

474474
public String completedCharacterReference() {
475-
return "P::completedNamedCharacterReference(mViewSource)";
475+
return "P::completedNamedCharacterReference(mViewSource.get())";
476476
}
477477

478478
public String[] stateLoopPolicies() {

0 commit comments

Comments
 (0)