This commit is contained in:
pypy
2021-01-30 03:30:04 +09:00
parent 75ca58010b
commit 5f36ee4951
2 changed files with 4 additions and 4 deletions

View File

@@ -811,7 +811,7 @@ speechSynthesis.getVoices();
if (feeds === null) {
return;
}
if (('lastFeedEntry' in this) &&
if (typeof this.lastFeedEntry !== 'undefined' &&
(feeds[0].created_at === this.lastFeedEntry.created_at)) {
return;
}