chromium/third_party/blink/renderer/core/exported/web_meta_element.cc

// Copyright 2015 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/public/web/web_meta_element.h"

#include "third_party/blink/public/platform/web_string.h"
#include "third_party/blink/renderer/core/html/html_meta_element.h"
#include "third_party/blink/renderer/core/html_names.h"

namespace blink {

WebString WebMetaElement::ComputeEncoding() const {}

WebMetaElement::WebMetaElement(HTMLMetaElement* element)
    :{}

DEFINE_WEB_NODE_TYPE_CASTS()

WebMetaElement& WebMetaElement::operator=(HTMLMetaElement* element) {}

operator blink::HTMLMetaElement *()

}  // namespace blink