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

Unified Diff: Source/core/frame/FrameDestructionObserver.h

Issue 584403002: Oilpan: remove unused support for removing FrameDestructionObservers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 | Source/core/frame/FrameDestructionObserver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameDestructionObserver.h
diff --git a/Source/core/frame/FrameDestructionObserver.h b/Source/core/frame/FrameDestructionObserver.h
index 13e77dfd046e178cc1b8abbd1d4bc3845f8b5443..9c6175e4d61f5be6178c5f434449c2574efb2d11 100644
--- a/Source/core/frame/FrameDestructionObserver.h
+++ b/Source/core/frame/FrameDestructionObserver.h
@@ -55,9 +55,11 @@ protected:
#if !ENABLE(OILPAN)
virtual ~FrameDestructionObserver();
#endif
- void observeFrame(LocalFrame*);
RawPtrWillBeWeakMember<LocalFrame> m_frame;
+
+private:
+ void observeFrame(LocalFrame*);
};
}
« no previous file with comments | « no previous file | Source/core/frame/FrameDestructionObserver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698