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

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: 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/FileSystemCallbacks.h
diff --git a/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.h b/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.h
index 937f0573072b448ed9587ff47bd1b0d4c726c1a5..620e3a1de4cdfc818d5ee4eb0b566b609bb9a01c 100644
--- a/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.h
+++ b/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.h
@@ -69,7 +69,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