blob: 746b9fb52c5c750fc396c2a754e083cab24994f2 [file] [log] [blame]
// Copyright 2017 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 ReportBody_h
#define ReportBody_h
#include "platform/bindings/ScriptWrappable.h"
namespace blink {
class CORE_EXPORT ReportBody : public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
virtual ~ReportBody() = default;
};
} // namespace blink
#endif // ReportBody_h