| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
template <typename T>
struct CrossThreadCopier<std::unique_ptr<T>> {
using Type = std::unique_ptr<T>;
static Type Copy(Type ptr) { return std::move(ptr); }
};
This already exists in third_party/blink/renderer/platform/wtf/cross_thread_copier_std.h.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
template <typename T>
struct CrossThreadCopier<std::unique_ptr<T>> {
using Type = std::unique_ptr<T>;
static Type Copy(Type ptr) { return std::move(ptr); }
};
This already exists in third_party/blink/renderer/platform/wtf/cross_thread_copier_std.h.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
PTAL! Thanks. :)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Sorry for the ping. Would you have a moment to review this CL? The original reviewer seems unavailable. Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Blink: platform: Use Blink wrappers for binding utilities
This patch refactors `ParkableStringManager` and its test to align
with Blink coding conventions, replacing `base::` binding utilities
with their Blink-specific counterparts.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |