Commit 55d159e
authored
Use current global objects in static method. (#342)
Document.parseHTMLUnsafe is a static method and doesn't have a this. This fixes Document.parseHTMLUnsafe's algorithm to use the current global object, rather than this' relevant global object.
Analogous to: whatwg/html#11799
Based on: whatwg/html#117781 parent 0134965 commit 55d159e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
0 commit comments