Skip to content

Commit

Permalink
chore: update patches
Browse files Browse the repository at this point in the history
  • Loading branch information
patchup[bot] committed Jul 19, 2021
1 parent af7ec3b commit 6a394d6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions 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 <reillyg@chromium.org>
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
Expand All @@ -21,13 +21,12 @@ Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Reilly Grant <reillyg@chromium.org>
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_);
Expand All @@ -36,4 +35,4 @@ index 681820a..61fe614 100644
+ ActiveScriptWrappable<SerialPort>::Trace(visitor);
}

bool SerialPort::HasPendingActivity() const {
ExecutionContext* SerialPort::GetExecutionContext() const {

0 comments on commit 6a394d6

Please sign in to comment.