Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2031113002: IndexedDB Observers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: expected files updated Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index 7218589c882d380a781f8e92d648e6bd1c05bd3e..fb30b12f6f5b827c608117ca252e9c2dc40f1b5b 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3403,6 +3403,22 @@ interface IDBObjectStore
method openCursor
method openKeyCursor
method put
+interface IDBObserver
+ attribute @@toStringTag
+ method constructor
+ method observe
+interface IDBObserverChanges
+ attribute @@toStringTag
+ getter database
+ getter records
+ getter transaction
+ method constructor
+interface IDBObserverChangesRecord
+ attribute @@toStringTag
+ getter key
+ getter type
+ getter value
+ method constructor
interface IDBOpenDBRequest : IDBRequest
attribute @@toStringTag
getter onblocked

Powered by Google App Engine
This is Rietveld 408576698