Index: Source/core/frame/FrameView.cpp |
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
index f5d4082393cae191dd61d5318bf2e6e714832457..76e177576543c6ba919294f8d31fe5aea269f1de 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 |