| Index: LayoutTests/webexposed/global-interface-listing-expected.txt
|
| diff --git a/LayoutTests/webexposed/global-interface-listing-expected.txt b/LayoutTests/webexposed/global-interface-listing-expected.txt
|
| index b3bffcd5b7114477b1d3d12a88f8c55c75b71c65..a1a81c37f9667c34c907ca77d1284d01bd9a81f1 100644
|
| --- a/LayoutTests/webexposed/global-interface-listing-expected.txt
|
| +++ b/LayoutTests/webexposed/global-interface-listing-expected.txt
|
| @@ -1,3 +1,5 @@
|
| +CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
|
| +CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead.
|
| CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
|
| CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead.
|
| CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead.
|
| @@ -312,6 +314,8 @@ interface CredentialsContainer
|
| method notifySignedIn
|
| method notifySignedOut
|
| method request
|
| +interface CryptoKey
|
| + method constructor
|
| interface CustomEvent
|
| method constructor
|
| method initCustomEvent
|
| @@ -994,10 +998,13 @@ interface Headers
|
| method append
|
| method constructor
|
| method delete
|
| + method entries
|
| method get
|
| method getAll
|
| method has
|
| + method keys
|
| method set
|
| + method values
|
| interface History
|
| method back
|
| method constructor
|
| @@ -1177,6 +1184,10 @@ interface MediaList
|
| method constructor
|
| method deleteMedium
|
| method item
|
| +interface MediaQueryList
|
| + method addListener
|
| + method constructor
|
| + method removeListener
|
| interface MediaQueryListEvent
|
| method constructor
|
| interface MediaSource
|
| @@ -1433,10 +1444,12 @@ interface Promise
|
| method then
|
| interface PushManager
|
| method constructor
|
| + method getSubscription
|
| method hasPermission
|
| - method register
|
| -interface PushRegistration
|
| + method subscribe
|
| +interface PushSubscription
|
| method constructor
|
| + method unsubscribe
|
| interface RTCIceCandidate
|
| method constructor
|
| interface RTCSessionDescription
|
| @@ -2801,8 +2814,6 @@ interface WebKitCSSMatrix
|
| method skewY
|
| method toString
|
| method translate
|
| -interface WebKitGamepad
|
| - method constructor
|
| interface WebKitMutationObserver
|
| method constructor
|
| method disconnect
|
|
|