fixup! [M108 Migration][API] Implement ewk_view_session_timeout_set internal API 55/308655/4
authorsidpaswan <s.paswan@samsung.com>
Thu, 28 Mar 2024 10:05:35 +0000 (15:35 +0530)
committerBot Blink <blinkbot@samsung.com>
Fri, 29 Mar 2024 00:54:58 +0000 (00:54 +0000)
commit46fb86c8041decce0810fc6454945c37e69b8a2e
tree91fcaae4d7d0f8304ba0d27f80b2a1b74b793f5e
parent8779a27d06bc5a146814076a26a72971117d7ff3
fixup! [M108 Migration][API] Implement ewk_view_session_timeout_set internal API

The crash observed was due introduction of CHECK failure in
To<LocalDOMWindow>(GetExecutionContext()) . The code has been
modified accordingly to bypass this check fail and also added
nullptr condition check for the same.

Change-Id: Id01d38092bb9d1badd9828286cb870403039fb9f
Signed-off-by: sidpaswan <s.paswan@samsung.com>
third_party/blink/renderer/core/xmlhttprequest/xml_http_request.cc