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

Unified Diff: Source/core/plugins/DOMMimeType.h

Issue 928033002: Make FrameDestructionObserver::m_frame a private. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/core/frame/FrameDestructionObserver.cpp ('k') | Source/core/plugins/DOMMimeType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/plugins/DOMMimeType.h
diff --git a/Source/core/plugins/DOMMimeType.h b/Source/core/plugins/DOMMimeType.h
index 3833a2b01d2584df59b692492a9a7d8b838b337f..9d9fba223973079ef07ebf3bd56ba27c35fb03e1 100644
--- a/Source/core/plugins/DOMMimeType.h
+++ b/Source/core/plugins/DOMMimeType.h
@@ -52,9 +52,10 @@ public:
virtual void trace(Visitor*) override;
private:
+ DOMMimeType(PassRefPtr<PluginData>, LocalFrame*, unsigned index);
+
const MimeClassInfo& mimeClassInfo() const { return m_pluginData->mimes()[m_index]; }
- DOMMimeType(PassRefPtr<PluginData>, LocalFrame*, unsigned index);
RefPtr<PluginData> m_pluginData;
unsigned m_index;
};
« no previous file with comments | « Source/core/frame/FrameDestructionObserver.cpp ('k') | Source/core/plugins/DOMMimeType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698