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

Reply via email to