Oilpan: disable stack depth assert with ASan enabled.

The assert to catch out needlessly deep GC marking recursion assumes a
lower per-stack frame overhead than what ASan-compiled code provides.

Hence, disable this stack depth assert when ASan is enabled so as to avoid
triggering it against much lower stack depths.

R=haraken
BUG=420515

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

git-svn-id: svn://svn.chromium.org/blink/trunk@188947 bbb929c8-8fbe-4397-9dbb-9b2b20218538
1 file changed