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

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

Issue 2461043003: Fix for the RedirectTest.ClientServerServer test. (Closed)
Patch Set: More build errors Created 4 years, 1 month 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/BaseAudioContextTest.cpp
diff --git a/third_party/WebKit/Source/modules/webaudio/BaseAudioContextTest.cpp b/third_party/WebKit/Source/modules/webaudio/BaseAudioContextTest.cpp
index 668324f0d148e82d2e2241ed52d7402aaec98f9e..cbc888c6d600dd511ad2ec4f79b42ad5315dcbb2 100644
--- a/third_party/WebKit/Source/modules/webaudio/BaseAudioContextTest.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/BaseAudioContextTest.cpp
@@ -102,7 +102,7 @@ class BaseAudioContextTest : public ::testing::Test {
m_childFrame->init();
m_childDocumentLoader = DocumentLoader::create(
m_childFrame.get(), ResourceRequest("https://www.example.com"),
- SubstituteData());
+ SubstituteData(), false);
childDocument().updateSecurityOrigin(
SecurityOrigin::create("https", "cross-origin.com", 80));

Powered by Google App Engine
This is Rietveld 408576698