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

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

Issue 210833004: Inform the client when the Service Worker rejects an install event (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/WaitUntilObserver.h
diff --git a/Source/modules/serviceworkers/WaitUntilObserver.h b/Source/modules/serviceworkers/WaitUntilObserver.h
index c5f537a7215ddfed8fea894dca9f8eb22a2a4cb4..555a457cc88efbf19e5287dae03a1f16a94547b3 100644
--- a/Source/modules/serviceworkers/WaitUntilObserver.h
+++ b/Source/modules/serviceworkers/WaitUntilObserver.h
@@ -44,6 +44,7 @@ private:
int m_eventID;
int m_pendingActivity;
+ bool m_error;
kinuko 2014/03/25 11:26:51 m_hasError might be better? (Otherwise this var na
falken 2014/03/26 07:26:36 Done, replaced with the new enum.
};
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698