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

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

Issue 2040563002: Remove FileError interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fe-dep
Patch Set: Review feedback 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/FileSystemCallbacks.h
diff --git a/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.h b/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.h
index 0deb73a8de4d5f84fda4545251d2eaaae188dc1f..dd35643ea916e42ff7dc90fa7ed97d8cada9425c 100644
--- a/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.h
+++ b/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.h
@@ -68,7 +68,7 @@ protected:
bool shouldScheduleCallback() const;
template <typename CB, typename CBArg>
- void handleEventOrScheduleCallback(CB*, CBArg*);
+ void handleEventOrScheduleCallback(CB*, CBArg);
template <typename CB>
void handleEventOrScheduleCallback(CB*);

Powered by Google App Engine
This is Rietveld 408576698