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

Unified Diff: Source/modules/presentation/PresentationController.h

Issue 1252523003: Oilpan: fix build after r199317. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/presentation/PresentationController.h
diff --git a/Source/modules/presentation/PresentationController.h b/Source/modules/presentation/PresentationController.h
index 80d399f8c8c533af704fb0531c98b29eac2d1ecb..748670e3966a0db95ebbe30d7a65e2ed58b66038 100644
--- a/Source/modules/presentation/PresentationController.h
+++ b/Source/modules/presentation/PresentationController.h
@@ -79,7 +79,7 @@ private:
PersistentWillBeMember<PresentationRequest> m_defaultRequest;
// The presentation sessions associated with that frame.
- PersistentHeapHashSet<Member<PresentationSession>> m_sessions;
+ PersistentHeapHashSetWillBeHeapHashSet<Member<PresentationSession>> m_sessions;
};
} // namespace blink
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698