chromium / axiom

Axiom Project
https://chromium.github.io/axiom/web_shell/
Apache License 2.0
53 stars 26 forks source link

Properly bind this in ExecuteContext functions. #100

Closed binji closed 9 years ago

binji commented 9 years ago

create{Execute,Open}Context were not binding this, so would always fail.

gaurave commented 9 years ago

LGTM