Skip to content

Commit

Permalink
fix merge conflict typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mnutt committed Dec 16, 2024
1 parent 32f6acf commit 7b7ed0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WebCore/platform/AudioDecoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Ref<AudioDecoder::CreatePromise> AudioDecoder::create(const String& codecName, c
UNUSED_PARAM(config);
UNUSED_PARAM(outputCallback);

return CreatePromise::createAndReject("Not supported"_s));
return CreatePromise::createAndReject("Not supported"_s);
#endif
}

Expand Down

0 comments on commit 7b7ed0f

Please sign in to comment.