Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1142)

Unified Diff: third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp

Issue 2448863002: [DO NOT COMMIT] WorkletThreadHolader (Closed)
Patch Set: remove CORE_EXPORT Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp b/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp
index a792f5f8f32180ea1c88237deb763399c94c3e75..6697e2b7326ba78056321435532d35fdf6c7aa21 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp
@@ -61,7 +61,7 @@ class TestAudioWorkletReportingProxy : public WorkerReportingProxy {
class AudioWorkletThreadTest : public ::testing::Test {
public:
void SetUp() override {
- AudioWorkletThread::createSharedBackingThreadForTest();
+ AudioWorkletThread::ensureSharedBackingThread();
m_reportingProxy = TestAudioWorkletReportingProxy::create();
m_securityOrigin =
SecurityOrigin::create(KURL(ParsedURLString, "http://fake.url/"));

Powered by Google App Engine
This is Rietveld 408576698