Don't ignore OOM exceptions.

A few years back, we wanted to show an infobar if V8 runs out of memory.
However, there are many places that don't check whether V8 is OOM and
just crash if they get empty handles back. Also, there isn't really much
we can savely do other than crash.

BUG=347124,347724
R=dcarney@chromium.org,haraken@chromium.org,yurys@chromium.org

Review URL: https://codereview.chromium.org/181843003

git-svn-id: svn://svn.chromium.org/blink/trunk@169029 bbb929c8-8fbe-4397-9dbb-9b2b20218538
12 files changed