Description[Extensions Bindings] Move safeCallbackApply to exception handler
Move the safeCallbackApply function to the uncaught exception handler
module, rather than the sendRequest module.
Two main reasons:
- It makes more sense, since the purpose of the function is to run a
supplied function and notify the exception handler on failure,
- Moving to native bindings, we should be able to avoid using anything
from the sendRequest module.
BUG=653596
Review-Url: https://codereview.chromium.org/2794043002
Cr-Commit-Position: refs/heads/master@{#461538}
Committed: https://chromium.googlesource.com/chromium/src/+/b026fbdecb915942a1dcff6fd664d664586dc56f
Patch Set 1 #
Messages
Total messages: 12 (8 generated)
|