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 02751b8cdb3e86d27274f7567c3bf0298191cc9c..de2081ab3a82286a66cf18176e648bbd7e0f8ebc 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp |
+++ b/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp |
@@ -39,6 +39,8 @@ class TestAudioWorkletReportingProxy : public WorkerReportingProxy { |
} |
// (Empty) WorkerReportingProxy implementation: |
+ void countFeature(UseCounter::Feature) override {} |
+ void countDeprecation(UseCounter::Feature) override {} |
void reportException(const String& errorMessage, |
std::unique_ptr<SourceLocation>, |
int exceptionId) override {} |