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

Unified Diff: third_party/WebKit/Source/core/frame/DOMWindowProperty.h

Issue 2589403002: Make DOMWindowProperty::frameDestroyed non-virtual (Closed)
Patch Set: Created 4 years 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: third_party/WebKit/Source/core/frame/DOMWindowProperty.h
diff --git a/third_party/WebKit/Source/core/frame/DOMWindowProperty.h b/third_party/WebKit/Source/core/frame/DOMWindowProperty.h
index 06257b303bf8770ac3782f34286aefc9ef15ffda..283f23b3d53fce642fa04f4a527fc012f24e45d7 100644
--- a/third_party/WebKit/Source/core/frame/DOMWindowProperty.h
+++ b/third_party/WebKit/Source/core/frame/DOMWindowProperty.h
@@ -37,7 +37,7 @@ class CORE_EXPORT DOMWindowProperty : public GarbageCollectedMixin {
public:
explicit DOMWindowProperty(LocalFrame*);
- virtual void frameDestroyed();
+ void frameDestroyed();
LocalFrame* frame() const { return m_frame; }
« 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