copier.commit(repl.text, repl.start, repl.end);
}
char[] results = copier.finish();
return new CompilationUnitProviderWithAlternateSource(cup, results);
} else {
// No changes were made, so we return the original.
//
logger.log(TreeLogger.SPAM, "No JavaScript native methods were found",
null);