IsAdScriptInStack needs to take an optional ExecutionContext* param |
|
Issue descriptionIsAdScriptInStack asks the v8::Isolate what the current ExecutionContext is, but in some cases v8 isn't currently running (e.g., for WillSendRequest). So we need to pass the known ExecutionContext in that case. |
|
►
Sign in to add a comment |
|
Comment 1 by jkarlin@chromium.org
, Oct 22