Index: Source/core/frame/FrameView.cpp |
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
index 869101839c10b1ab56a62a8a61b2dab45c9a2477..1a22c9facfb6429c70429d79dd2b7056c2a6f55e 100644 |
--- a/Source/core/frame/FrameView.cpp |
+++ b/Source/core/frame/FrameView.cpp |
@@ -186,6 +186,8 @@ void FrameView::dispose() |
if (m_didScrollTimer.isActive()) |
m_didScrollTimer.stop(); |
+ // TODO(dcheng): Figure out why the dispose() method is virtual, and why it needs to |
+ // call removeFromAXObjectCache() again. |
removeFromAXObjectCache(); |
// Custom scrollbars should already be destroyed at this point |