chromium/third_party/blink/renderer/core/trustedtypes/trusted_html.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}

}  // namespace blink