| Index: Source/core/workers/WorkerConsole.idl
|
| diff --git a/Source/core/workers/WorkerConsole.idl b/Source/core/workers/WorkerConsole.idl
|
| index 84e181bcbaf3fd084f97622defdfe62913133297..79d4f8bb4b4453021f9f09de3d415e5d802ae0b1 100644
|
| --- a/Source/core/workers/WorkerConsole.idl
|
| +++ b/Source/core/workers/WorkerConsole.idl
|
| @@ -26,6 +26,12 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// Console API (non-standard but widely implemented in some form)
|
| +// https://developer.chrome.com/devtools/docs/console-api
|
| +
|
| +// TODO(philipj): Both Firefox and IE use the Console interface in workers and
|
| +// on the main thread alike, with no WorkerConsole or similar interface.
|
| +
|
| [
|
| NoInterfaceObject
|
| ] interface WorkerConsole : ConsoleBase {
|
|
|