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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.h

Issue 2877543003: [ServiceWorker] Allow waitUntil to be called multiple times asynchronously (Closed)
Patch Set: Fix other tests using waitUntil incorrectly Created 3 years, 7 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/serviceworkers/ExtendableEvent.h
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.h b/third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.h
index a8ad435b4cbc9ffceb0dbbc2cb4c7aff1d4e324c..e981fd6a731a37286fd9c598f4b61e0eb3681476 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.h
@@ -63,6 +63,7 @@ class MODULES_EXPORT ExtendableEvent : public Event {
const ExtendableEventInit&,
WaitUntilObserver*);
+ bool created_by_script_;
shimazu 2017/05/22 03:48:41 const?
leonhsl(Using Gerrit) 2017/05/22 05:01:42 Acknowledged.
Member<WaitUntilObserver> observer_;
};

Powered by Google App Engine
This is Rietveld 408576698