Index: third_party/WebKit/Source/platform/audio/PushPullFIFOTest.cpp |
diff --git a/third_party/WebKit/Source/platform/audio/PushPullFIFOTest.cpp b/third_party/WebKit/Source/platform/audio/PushPullFIFOTest.cpp |
index cd442b9b131472a5a8258d8991125b74b0183d65..7434d5fa3e4ef7cc18133ff146414068271c34fb 100644 |
--- a/third_party/WebKit/Source/platform/audio/PushPullFIFOTest.cpp |
+++ b/third_party/WebKit/Source/platform/audio/PushPullFIFOTest.cpp |
@@ -169,7 +169,8 @@ TEST_P(PushPullFIFOFeatureTest, FeatureTests) { |
// Verify in-FIFO samples. |
for (const auto& sample : expectedState.fifoSamples) { |
- EXPECT_TRUE(verifyBusValueAtIndex(fifo->bus(), sample.index, sample.value)); |
+ EXPECT_TRUE(verifyBusValueAtIndex(fifo->getFIFOBusForTest(), sample.index, |
+ sample.value)); |
} |
// Verify samples from the most recent output bus. |