You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Either memory allocation failure, or it's because of a prefix conflict.
1630
+
* We'll assume a conflict and try again. If it was a memory allocation failure we'll just fail again, whatever.
1631
+
* This isn't needed for every caller (such as createElementNS & DOMElement::__construct), but isn't harmful and simplifies the mental model "when do I use which function?".
1632
+
* This branch will also be taken unlikely anyway as in those cases it'll be for allocation failure. */
0 commit comments