Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index 7bba6a911e60cf80d1230b029f58203ca45143d6..e45410b181f356a413a19e3e7ddd5d8b61985fed 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -1168,7 +1168,7 @@ class CONTENT_EXPORT RenderFrameImpl |
// plugins) are normally only on "regular" pages and the regular pages will |
// always respond properly to the request, so we don't have to worry so |
// much about leaks. |
- IDMap<ContextMenuClient, IDMapExternalPointer> pending_context_menus_; |
+ IDMap<ContextMenuClient*> pending_context_menus_; |
// The text selection the last time DidChangeSelection got called. May contain |
// additional characters before and after the selected text, for IMEs. The |