| Index: Source/WebCore/dom/Document.cpp
|
| ===================================================================
|
| --- Source/WebCore/dom/Document.cpp (revision 88990)
|
| +++ Source/WebCore/dom/Document.cpp (working copy)
|
| @@ -581,12 +581,6 @@
|
| #if ENABLE(FULLSCREEN_API)
|
| m_fullScreenElement = 0;
|
| #endif
|
| - m_styleSelector.clear();
|
| - m_styleSheets.clear();
|
| - m_elemSheet.clear();
|
| - m_mappedElementSheet.clear();
|
| - m_pageUserSheet.clear();
|
| - m_pageGroupUserSheets.clear();
|
|
|
| // removeAllChildren() doesn't always unregister IDs,
|
| // so tear down scope information upfront to avoid having stale references in the map.
|
|
|