Index: LayoutTests/fast/js/global-constructors-expected.txt |
diff --git a/LayoutTests/fast/js/global-constructors-expected.txt b/LayoutTests/fast/js/global-constructors-expected.txt |
index a975d8a5cf8195b50659f2580b40f9aef187b331..22bbc9665e3a4071cd618e02207708b7cc8ee8c4 100644 |
--- a/LayoutTests/fast/js/global-constructors-expected.txt |
+++ b/LayoutTests/fast/js/global-constructors-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. |