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; |