Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch Closure Compiler to fix polyfill+wrapper
When using a module wrapper, polyfills inserted by the compiler do not go to "window", so all internal references to "Symbol" from those polyfills must go through "$jscomp.global". This patches the compiler to fix this issue. Upstream: google/closure-compiler#2957 Closes #1455 Change-Id: Ifb9a4f651f31c3099d660c4b818da8457d89dbbc
- Loading branch information