Bug 1246784 - Expose Console to the WorkerDebuggerGlobalScope - part 2, r=khuey

This commit is contained in:
Andrea Marchesini 2016-02-11 17:51:37 +00:00
Родитель 1208fb1470
Коммит ae579bdcc3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5,7 +5,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
[ChromeOnly, [ChromeOnly,
Exposed=(Window,Worker, WorkerDebugger)] Exposed=(Window,Worker,WorkerDebugger)]
interface Console { interface Console {
void log(any... data); void log(any... data);
void info(any... data); void info(any... data);