[Resource Timing] Initialize the WebResourceTimingInfo struct
The WebResourceTimingInfo struct was not properly initialized. Beyond that, when copying values from the ResourceTimingInfo struct, is_secure_context remained uninitialized, as it does not exist on the other end. This CL initializes all of the above. Bug: 969770 Change-Id: I4c4c1f5161fc196b05d5a7d828ef1310a53d8597 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1643531Reviewed-by:Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Ben Kelly <wanderview@chromium.org> Commit-Queue: Yoav Weiss <yoavweiss@chromium.org> Cr-Commit-Position: refs/heads/master@{#666163}
Showing
Please register or sign in to comment