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
This commit is contained in:
Andrea Marchesini 2019-10-17 13:28:00 +00:00
parent 49bb4a7105
commit 79809a6a9e

View File

@ -713,8 +713,6 @@ class ConsoleWorkerRunnable : public WorkerProxyToMainThreadRunnable,
// This must be released on the worker thread.
RefPtr<Console> mConsole;
ConsoleStructuredCloneData mClonedData;
};
// This runnable appends a CallData object into the Console queue running on