Bumping manifests a=b2g-bump
[gecko.git] / tools / profiler / Profiler.jsm
blobc61218875bd031e5f6209ffb5d2e38ff984850b4
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 "use strict";
7 const Cc = Components.classes;
8 const Ci = Components.interfaces;
9 const Cr = Components.results;
11 this.EXPORTED_SYMBOLS = ["Profiler"];
13 this.Profiler = {