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

Unified Diff: Source/modules/background_sync/SyncError.h

Issue 1311053002: [BackgroundSync] Use appopriate type parameters for WebCallbacks (2/4) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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: Source/modules/background_sync/SyncError.h
diff --git a/Source/modules/background_sync/SyncError.h b/Source/modules/background_sync/SyncError.h
index b20e43836b3dfeff1369b7c1f063ed4b8e3eb399..9b902293fdc3fe8f1fbba4668612350e7d327a3f 100644
--- a/Source/modules/background_sync/SyncError.h
+++ b/Source/modules/background_sync/SyncError.h
@@ -16,8 +16,7 @@ class ScriptPromiseResolver;
class SyncError {
WTF_MAKE_NONCOPYABLE(SyncError);
public:
- static DOMException* take(ScriptPromiseResolver*, WebSyncError*);
- static void dispose(WebSyncError*);
+ static DOMException* take(ScriptPromiseResolver*, const WebSyncError&);
private:
SyncError() = delete;

Powered by Google App Engine
This is Rietveld 408576698