Note that I'm intentionally landing the test separately, because that way I don't have to add a bunch of temporary error assertions or a bunch of temporary boilerplate to make things happy.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Any chance we can add a test or two in third_party/blink/renderer/platform/wtf/functional_nocompile.nc
?
#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_WTF_FUNCTIONAL_INTERNAL_H_Requires copyright
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Any chance we can add a test or two in third_party/blink/renderer/platform/wtf/functional_nocompile.nc
?
This is intentionally added in a followup because the CrossThreadCopier removal affects error messages, and I don't want to add a bunch of temporary boilerplate just to remove it in a followup.
#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_WTF_FUNCTIONAL_INTERNAL_H_Daniel ChengRequires copyright
Oops fixed.
3 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: third_party/blink/renderer/platform/wtf/functional_internal.h
Insertions: 4, Deletions: 0.
@@ -1,3 +1,7 @@
+// Copyright 2025 The ChromiumOS Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_WTF_FUNCTIONAL_INTERNAL_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_WTF_FUNCTIONAL_INTERNAL_H_
```
Add checks for thread-unsafe refcounted types in `CrossThreadBind*()`
Currently, this is checked by `CrossThreadCopier` specializations;
however, `CrossThreadCopier` will be removed in a followup.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |