@@ -1066,7 +1066,7 @@ WebIDL::ExceptionOr<void> Element::set_inner_html(TrustedTypes::TrustedHTMLOrStr
10661066 TrustedTypes::TrustedTypeName::TrustedHTML,
10671067 HTML::relevant_global_object (*this ),
10681068 value,
1069- TrustedTypes::InjectionSink::ElementinnerHTML ,
1069+ TrustedTypes::InjectionSink::Element_innerHTML ,
10701070 TrustedTypes::Script.to_string ()));
10711071
10721072 // 2. Let context be this.
@@ -2120,7 +2120,7 @@ WebIDL::ExceptionOr<void> Element::set_outer_html(TrustedTypes::TrustedHTMLOrStr
21202120 TrustedTypes::TrustedTypeName::TrustedHTML,
21212121 HTML::relevant_global_object (*this ),
21222122 value,
2123- TrustedTypes::InjectionSink::ElementouterHTML ,
2123+ TrustedTypes::InjectionSink::Element_outerHTML ,
21242124 TrustedTypes::Script.to_string ()));
21252125
21262126 // 2. Let parent be this's parent.
@@ -2156,7 +2156,7 @@ WebIDL::ExceptionOr<void> Element::insert_adjacent_html(String const& position,
21562156 TrustedTypes::TrustedTypeName::TrustedHTML,
21572157 HTML::relevant_global_object (*this ),
21582158 string,
2159- TrustedTypes::InjectionSink::ElementinsertAdjacentHTML ,
2159+ TrustedTypes::InjectionSink::Element_insertAdjacentHTML ,
21602160 TrustedTypes::Script.to_string ()));
21612161
21622162 // 2. Let context be null.
@@ -3968,7 +3968,7 @@ WebIDL::ExceptionOr<void> Element::set_html_unsafe(TrustedTypes::TrustedHTMLOrSt
39683968 TrustedTypes::TrustedTypeName::TrustedHTML,
39693969 HTML::relevant_global_object (*this ),
39703970 html,
3971- TrustedTypes::InjectionSink::ElementsetHTMLUnsafe ,
3971+ TrustedTypes::InjectionSink::Element_setHTMLUnsafe ,
39723972 TrustedTypes::Script.to_string ()));
39733973
39743974 // 2. Let target be this's template contents if this is a template element; otherwise this.
0 commit comments