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

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

Issue 478693005: Oilpan: Ship Oilpan for serviceworkers/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/serviceworkers/WaitUntilObserver.h
diff --git a/Source/modules/serviceworkers/WaitUntilObserver.h b/Source/modules/serviceworkers/WaitUntilObserver.h
index fc7614818eb1a00c412965907b508866fb546236..6e5b977028d2401c093d24a1e74623aa58785e06 100644
--- a/Source/modules/serviceworkers/WaitUntilObserver.h
+++ b/Source/modules/serviceworkers/WaitUntilObserver.h
@@ -17,6 +17,7 @@ class ScriptState;
class ScriptValue;
// Created for each InstallPhaseEvent instance.
+// FIXME: Oilpan: Move WaitUntilObserver to Oilpan's heap.
class WaitUntilObserver FINAL
: public ContextLifecycleObserver
, public RefCounted<WaitUntilObserver> {

Powered by Google App Engine
This is Rietveld 408576698