From 79809a6a9ee144d007f8a96b4d5f21d6a06343d4 Mon Sep 17 00:00:00 2001 From: Andrea Marchesini Date: Thu, 17 Oct 2019 13:28:00 +0000 Subject: [PATCH] Bug 1589361 - Wrong use of ConsoleStructuredCloneData in Console on workers, r=smaug Differential Revision: https://phabricator.services.mozilla.com/D49598 --HG-- extra : moz-landing-system : lando --- dom/console/Console.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/dom/console/Console.cpp b/dom/console/Console.cpp index f3d9f30d53b7..30f611cdc694 100644 --- a/dom/console/Console.cpp +++ b/dom/console/Console.cpp @@ -713,8 +713,6 @@ class ConsoleWorkerRunnable : public WorkerProxyToMainThreadRunnable, // This must be released on the worker thread. RefPtr mConsole; - - ConsoleStructuredCloneData mClonedData; }; // This runnable appends a CallData object into the Console queue running on