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 a4969f451036af61b30ad2792439aaf4964ac76b..ff08c357dd3b4fc8fa2616d6bc1a8b1c311a2b20 100644 |
--- a/LayoutTests/fast/js/global-constructors-expected.txt |
+++ b/LayoutTests/fast/js/global-constructors-expected.txt |
@@ -8,6 +8,7 @@ CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste |
CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' instead. |
CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead. |
CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead. |
+CONSOLE WARNING: 'webitURL' is deprecated. Please use 'URL' instead. |
This test documents our set of global constructors we expose on the window object (FF and Opera don't expose them on the window, btw). This also checks to make sure than any constructor attribute we expose has the expected constructor type. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |