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

Unified Diff: third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h

Issue 2040563002: Remove FileError interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fe-dep
Patch Set: Rebased, and closure annotations 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/Source/modules/filesystem/DOMFileSystem.h
diff --git a/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h b/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h
index a980c1bccc76c28d8ad207ed821cf164578c2ac5..6dc5dfbfeb9d435325c6396355c3f7afce24fdfa 100644
--- a/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h
+++ b/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h
@@ -64,7 +64,7 @@ public:
// DOMFileSystemBase overrides.
void addPendingCallbacks() override;
void removePendingCallbacks() override;
- void reportError(ErrorCallback*, FileError*) override;
+ void reportError(ErrorCallback*, FileError::ErrorCode) override;
// ActiveScriptWrappable overrides.
bool hasPendingActivity() const final;

Powered by Google App Engine
This is Rietveld 408576698