2020-09-20 14:22:44 -03:00
|
|
|
/*
|
|
|
|
|
* Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
|
|
|
|
|
*
|
2021-04-22 05:24:48 -03:00
|
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
2020-09-20 14:22:44 -03:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include <LibWeb/Bindings/ScriptExecutionContext.h>
|
|
|
|
|
|
|
|
|
|
namespace Web::Bindings {
|
|
|
|
|
|
|
|
|
|
ScriptExecutionContext::~ScriptExecutionContext()
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|