Index: Source/WebCore/dom/Document.cpp |
=================================================================== |
--- Source/WebCore/dom/Document.cpp (revision 95818) |
+++ Source/WebCore/dom/Document.cpp (working copy) |
@@ -574,6 +574,10 @@ |
(*m_userSheets)[i]->clearOwnerNode(); |
} |
+#if ENABLE(FULLSCREEN_API) |
+ m_fullScreenChangeEventTargetQueue.clear(); |
+#endif |
+ |
deleteRetiredCustomFonts(); |
m_weakReference->clear(); |