#include "third_party/blink/renderer/core/trustedtypes/trusted_html.h"
#include "third_party/blink/renderer/core/dom/document_fragment.h"
#include "third_party/blink/renderer/core/frame/local_dom_window.h"
#include "third_party/blink/renderer/core/html/html_template_element.h"
#include "third_party/blink/renderer/core/trustedtypes/trusted_types_util.h"
#include "third_party/blink/renderer/platform/bindings/exception_state.h"
namespace blink {
TrustedHTML::TrustedHTML(String html) : … { … }
const String& TrustedHTML::toString() const { … }
TrustedHTML* TrustedHTML::fromLiteral(ScriptState* script_state,
const ScriptValue& templateLiteral,
ExceptionState& exception_state) { … }
}