blob: 852ad5e73e860da79187f025d94dc4aa90306fff [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CrossOriginAttribute_h
#define CrossOriginAttribute_h
#include "platform/CrossOriginAttributeValue.h"
#include "wtf/text/WTFString.h"
namespace blink {
CrossOriginAttributeValue crossOriginAttributeValue(const String& value);
} // namespace blink
#endif