Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
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 #include "nsISupports.idl"
7 [scriptable, uuid(c04f3102-1ce8-4d57-9c27-8aece9c2740a)]
8 interface nsIWorkerHolder : nsISupports
9 {
10 readonly attribute jsval worker;
11 };