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

Unified Diff: Source/core/workers/WorkerSupplementable.h

Issue 178663004: Oilpan: move WorkerGlobalScope to oilpan's heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove redundant include Created 6 years, 10 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/core/workers/WorkerSupplementable.h
diff --git a/Source/core/workers/WorkerSupplementable.h b/Source/core/workers/WorkerSupplementable.h
index f091474148e63b15b979e191ee8822c1b80f3f8c..9f24ebff3b088fbfeb164a4ad1bc52719da1083e 100644
--- a/Source/core/workers/WorkerSupplementable.h
+++ b/Source/core/workers/WorkerSupplementable.h
@@ -34,8 +34,8 @@ namespace WebCore {
class WorkerGlobalScope;
-typedef Supplementable<WorkerGlobalScope> WorkerSupplementable;
-typedef Supplement<WorkerGlobalScope> WorkerSupplement;
+typedef WillBeHeapSupplementable<WorkerGlobalScope> WorkerSupplementable;
+typedef WillBeHeapSupplement<WorkerGlobalScope> WorkerSupplement;
haraken 2014/02/27 02:46:01 Let's remove this file and directly use WillBeHeap
sof 2014/02/27 08:50:37 Done (but with a faint plea not to extend CLs with
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698