Bumping manifests a=b2g-bump
[gecko.git] / ipc / app / MozillaRuntimeMain.cpp
blob67b636333145fc15dc4ba7e8dc936f7bbe265706
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2 * vim: sw=4 ts=4 et :
3 * This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #include "../contentproc/plugin-container.cpp"
9 int
10 main(int argc, char *argv[]) {
11 return content_process_main(argc, argv);