diff --git a/patches/chromium/cherry-pick-3feda0244490.patch b/patches/chromium/cherry-pick-3feda0244490.patch index fea367f17f3f3..dd2b2aa0ea3eb 100644 --- a/patches/chromium/cherry-pick-3feda0244490.patch +++ b/patches/chromium/cherry-pick-3feda0244490.patch @@ -1,7 +1,7 @@ -From 3feda02444909f1c713264a5740ae43c0258815c Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Reilly Grant Date: Mon, 28 Jun 2021 21:55:24 +0000 -Subject: [PATCH] serial: Fix parent class tracing for SerialPort +Subject: serial: Fix parent class tracing for SerialPort When SerialPort was updated to be ActiveScriptWrappable and an EventTarget the Trace method was not updated to call the parent class @@ -21,13 +21,12 @@ Bot-Commit: Rubber Stamper Commit-Queue: Reilly Grant Cr-Commit-Position: refs/branch-heads/4472@{#1531} Cr-Branched-From: 3d60439cfb36485e76a1c5bb7f513d3721b20da1-refs/heads/master@{#870763} ---- diff --git a/third_party/blink/renderer/modules/serial/serial_port.cc b/third_party/blink/renderer/modules/serial/serial_port.cc -index 681820a..61fe614 100644 +index 989104ef12774896c254812fff804eaafc5b2e6c..5712cf038578a6a6f307e669c4ced364ae2bf12d 100644 --- a/third_party/blink/renderer/modules/serial/serial_port.cc +++ b/third_party/blink/renderer/modules/serial/serial_port.cc -@@ -508,7 +508,8 @@ +@@ -491,7 +491,8 @@ void SerialPort::Trace(Visitor* visitor) const { visitor->Trace(open_resolver_); visitor->Trace(signal_resolvers_); visitor->Trace(close_resolver_); @@ -36,4 +35,4 @@ index 681820a..61fe614 100644 + ActiveScriptWrappable::Trace(visitor); } - bool SerialPort::HasPendingActivity() const { + ExecutionContext* SerialPort::GetExecutionContext() const {