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

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

Issue 1407883002: Add new experimental IDBObjectStore.getKey(query) API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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 2a24df94bc69195900431c434eda27b08dfb2908..0b0708e6b22231ad6a582806ffb041f36cd6a0d2 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3501,6 +3501,7 @@ interface IDBObjectStore
method get
method getAll
method getAllKeys
+ method getKey
method index
method openCursor
method openKeyCursor
@@ -7457,6 +7458,7 @@ interface webkitIDBObjectStore
method get
method getAll
method getAllKeys
+ method getKey
method index
method openCursor
method openKeyCursor

Powered by Google App Engine
This is Rietveld 408576698