google / closure-compiler

A JavaScript checker and optimizer.
https://developers.google.com/closure/compiler/
Apache License 2.0
7.38k stars 1.15k forks source link

Add extern for the new Node.getRootNode API #2018

Closed dvoytenko closed 8 years ago

dvoytenko commented 8 years ago

See https://dom.spec.whatwg.org/#dom-node-getrootnode

Important for Shadow DOM support.

Dominator008 commented 8 years ago

Consider submitting a change internally? :)

dvoytenko commented 8 years ago

@Dominator008 Could you clarify this? We already added this extern to our project.

Dominator008 commented 8 years ago

@dvoytenko I meant adding this to the compiler project, but it seems like you figured it out :)

dvoytenko commented 8 years ago

@Dominator008 submitted internally. Over to you.

Dominator008 commented 8 years ago

Great. Thanks!

MatrixFrog commented 8 years ago

Thanks. This will get closed automatically the next time MOE runs (probably Monday at the latest)