| Index: LayoutTests/http/tests/push_messaging/interfaces.html
|
| diff --git a/LayoutTests/http/tests/push_messaging/interfaces.html b/LayoutTests/http/tests/push_messaging/interfaces.html
|
| index b47b3ee2dc8f49a00819157e6d8573680d6e0407..fa415a88d7900b5a2d42bcb0ac2e52f1c3e7bfcf 100644
|
| --- a/LayoutTests/http/tests/push_messaging/interfaces.html
|
| +++ b/LayoutTests/http/tests/push_messaging/interfaces.html
|
| @@ -19,7 +19,7 @@
|
|
|
| assert_own_property(PushManager.prototype, 'subscribe');
|
| assert_own_property(PushManager.prototype, 'getSubscription');
|
| - assert_own_property(PushManager.prototype, 'hasPermission');
|
| + assert_own_property(PushManager.prototype, 'permissionState');
|
|
|
| }, 'PushManager should be exposed and have the expected interface in a Document.');
|
|
|
| @@ -34,4 +34,4 @@
|
| }, 'PushSubscription should be exposed and have the expected interface in a Document.');
|
| </script>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|