Skip to content

Commit 49d1fd7

Browse files
committed
fixup! url: add URLPattern implementation
1 parent a0b10cd commit 49d1fd7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/node_url_pattern.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ bool URLPatternRegexProvider::regex_match(std::string_view input,
7070
.ToLocal(&result_object)) {
7171
return false;
7272
}
73-
DCHECK(result_object->IsArray());
7473
// RegExp::Exec returns null if there is no match.
7574
return !result_object->IsNull();
7675
}

0 commit comments

Comments
 (0)