blob: c906c51823a9f6f2df83c54b84a4543c149b44e5 [file] [log] [blame]
// Copyright 2014 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 ModuleBindingsInitializer_h
#define ModuleBindingsInitializer_h
#include "wtf/Allocator.h"
namespace blink {
class ModuleBindingsInitializer {
STATIC_ONLY(ModuleBindingsInitializer);
public:
static void init();
};
} // namespace blink
#endif