Quite frankly, I don’t know how to read patch files, and I don’t know what it’s supposed to be doing.
I’m going to leave this to someone who understands this better than I do to figure out… ;-) > On Jun 14, 2017, at 12:12 PM, Justin Mclean <jus...@classsoftware.com> wrote: > > Hi, > >> I assume this is from the patch. > > Yep that’s in the patch. > /** > * @param {string} type > - * @param {!EventListener|(function(Event): (boolean|undefined))| null} > listener > + * @param {!EventListener|(function(!Event): (boolean|undefined))| null} > listener > * @param {boolean=} opt_useCapture > */ > SVGElementInstance.prototype.addEventListener = function(type, listener, > opt_useCapture){}; > > But if that line was already changed wouldn’t the patch fail? > >> Other than that, it’s identical. > > Which would be odd as the patch removes 100+ lines, all comments I believe. > Did you see that? > > thanks, > Justin