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

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

Issue 1063513007: Oilpan: have Console be on the heap by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Console public inherits DOMWindowProperty Created 5 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
« no previous file with comments | « Source/core/workers/WorkerConsole.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/WorkerGlobalScope.h
diff --git a/Source/core/workers/WorkerGlobalScope.h b/Source/core/workers/WorkerGlobalScope.h
index 9a228c7438c35484a4732895f4bfe8030fd56433..71726e8033ea5c0db7833c28e043a0e688207f37 100644
--- a/Source/core/workers/WorkerGlobalScope.h
+++ b/Source/core/workers/WorkerGlobalScope.h
@@ -170,7 +170,7 @@ private:
String m_userAgent;
V8CacheOptions m_v8CacheOptions;
- mutable RefPtrWillBeMember<WorkerConsole> m_console;
+ mutable PersistentWillBeMember<WorkerConsole> m_console;
mutable PersistentWillBeMember<WorkerLocation> m_location;
mutable PersistentWillBeMember<WorkerNavigator> m_navigator;
« no previous file with comments | « Source/core/workers/WorkerConsole.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698