diff --git a/patches/common/chromium/dcheck.patch b/patches/common/chromium/dcheck.patch index 69e562950ec2..e5746e1d5bfb 100644 --- a/patches/common/chromium/dcheck.patch +++ b/patches/common/chromium/dcheck.patch @@ -111,19 +111,6 @@ index 3f80e73535c8b4a2bcff08821e3585306f691c8b..bf40b94ad24c0621cbe093002c335569 return; } -diff --git a/third_party/blink/renderer/core/dom/node.cc b/third_party/blink/renderer/core/dom/node.cc -index 5629f8170851f0b58069e2cd0c14ebe093d89d00..bc773ac9b1e462385dcbb8bef2fc4c2d7e6c7b06 100644 ---- a/third_party/blink/renderer/core/dom/node.cc -+++ b/third_party/blink/renderer/core/dom/node.cc -@@ -2568,7 +2568,7 @@ StaticNodeList* Node::getDestinationInsertionPoints() { - - HTMLSlotElement* Node::AssignedSlot() const { - // assignedSlot doesn't need to call updateDistribution(). -- DCHECK(!IsPseudoElement()); -+ // DCHECK(!IsPseudoElement()); - if (ShadowRoot* root = V1ShadowRootOfParent()) - return root->AssignedSlotFor(*this); - return nullptr; diff --git a/third_party/blink/renderer/platform/wtf/text/string_impl.h b/third_party/blink/renderer/platform/wtf/text/string_impl.h index 0e7c40b732ec283e006b2e3517c42e699d7e3102..7c513d95a586d8ac80e691aa89abaf49793e9a18 100644 --- a/third_party/blink/renderer/platform/wtf/text/string_impl.h