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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerGlobalScope.h

Issue 236713003: [ServiceWorker, PushMessaging] Use ScriptPromiseResolverWithContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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/serviceworkers/ServiceWorkerGlobalScope.h
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
index 91a8a02bf98b6c7c734804bfcc0cc4abd9627d33..718fb253bdc9ae2cac991642de056790a66a0128 100644
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
@@ -30,7 +30,6 @@
#ifndef ServiceWorkerGlobalScope_h
#define ServiceWorkerGlobalScope_h
-#include "bindings/v8/ScriptPromiseResolver.h"
#include "core/dom/Promise.h"
#include "core/workers/WorkerGlobalScope.h"
#include "heap/Handle.h"

Powered by Google App Engine
This is Rietveld 408576698