| Index: Source/modules/push_messaging/PushManager.cpp
|
| diff --git a/Source/modules/push_messaging/PushManager.cpp b/Source/modules/push_messaging/PushManager.cpp
|
| index 90a7f642a0609fd76d63b1742bcce2aaf7792703..ff8512d59d40b7d5e5a251c166d1cc7056c7c362 100644
|
| --- a/Source/modules/push_messaging/PushManager.cpp
|
| +++ b/Source/modules/push_messaging/PushManager.cpp
|
| @@ -41,6 +41,8 @@ WebPushSubscriptionOptions toWebPushSubscriptionOptions(const PushSubscriptionOp
|
| WebPushSubscriptionOptions webOptions;
|
| webOptions.userVisibleOnly = options.userVisibleOnly();
|
|
|
| + // Backfill userVisible since it's still used by the chrome layer.
|
| + webOptions.userVisible = options.userVisibleOnly();
|
| return webOptions;
|
| }
|
|
|
|
|