Skip to content

Commit 88532d8

Browse files
committed
Mozilla bug 1618488 - Add .get() to mViewSource in calls to P::transition in the tokenizer. r=erahm
Differential Revision: https://phabricator.services.mozilla.com/D64552
1 parent 0ee4b8a commit 88532d8

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
@@ -460,7 +460,7 @@ public String tokenizerErrorCondition() {
460460
}
461461

462462
public String firstTransitionArg() {
463-
return "mViewSource";
463+
return "mViewSource.get()";
464464
}
465465

466466
public String errorHandler() {

0 commit comments

Comments
 (0)