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

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 2040563002: Remove FileError interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fe-dep
Patch Set: handleEvent -> invoke and other review nits Created 4 years, 5 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/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
index e9c14ff2635497d27e9148d376d7f335c0f6d3bf..bfc8f3ae75c6edd5ee85edc148d9a8711b06bbd6 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
@@ -192,21 +192,6 @@ interface File : Blob
getter name
getter webkitRelativePath
method constructor
-interface FileError : DOMError
- attribute ABORT_ERR
- attribute ENCODING_ERR
- attribute INVALID_MODIFICATION_ERR
- attribute INVALID_STATE_ERR
- attribute NOT_FOUND_ERR
- attribute NOT_READABLE_ERR
- attribute NO_MODIFICATION_ALLOWED_ERR
- attribute PATH_EXISTS_ERR
- attribute QUOTA_EXCEEDED_ERR
- attribute SECURITY_ERR
- attribute SYNTAX_ERR
- attribute TYPE_MISMATCH_ERR
- getter code
- method constructor
interface FileList
getter length
method constructor

Powered by Google App Engine
This is Rietveld 408576698