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

Unified Diff: Source/modules/indexeddb/InspectorIndexedDBAgent.h

Issue 306053010: Tried using CrossThreadPersistent for workerDebuggerAgents (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: Source/modules/indexeddb/InspectorIndexedDBAgent.h
diff --git a/Source/modules/indexeddb/InspectorIndexedDBAgent.h b/Source/modules/indexeddb/InspectorIndexedDBAgent.h
index 37e8878569e91c803362cbb311c4ea7639412117..4f2e250f710c7543957b92c983224bb557ed2ad0 100644
--- a/Source/modules/indexeddb/InspectorIndexedDBAgent.h
+++ b/Source/modules/indexeddb/InspectorIndexedDBAgent.h
@@ -46,6 +46,7 @@ public:
static void provideTo(Page*);
virtual ~InspectorIndexedDBAgent();
+ virtual void trace(Visitor*) OVERRIDE;
virtual void clearFrontend() OVERRIDE;
virtual void restore() OVERRIDE;
@@ -61,7 +62,7 @@ public:
private:
InspectorIndexedDBAgent(Page*);
- Page* m_page;
+ RawPtrWillBeMember<Page> m_page;
};
} // namespace WebCore
« no previous file with comments | « Source/modules/geolocation/GeolocationInspectorAgent.cpp ('k') | Source/modules/indexeddb/InspectorIndexedDBAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698