Title: [120098] branches/chromium/1132/Source/WebCore/dom/Document.cpp
Revision
120098
Author
[email protected]
Date
2012-06-12 11:52:44 -0700 (Tue, 12 Jun 2012)

Log Message

Merge 119439
BUG=131087
Review URL: https://chromiumcodereview.appspot.com/10537130

Modified Paths

Diff

Modified: branches/chromium/1132/Source/WebCore/dom/Document.cpp (120097 => 120098)


--- branches/chromium/1132/Source/WebCore/dom/Document.cpp	2012-06-12 18:52:11 UTC (rev 120097)
+++ branches/chromium/1132/Source/WebCore/dom/Document.cpp	2012-06-12 18:52:44 UTC (rev 120098)
@@ -653,6 +653,8 @@
         m_fullScreenElementStack.clear();
 #endif
 
+        detachParser();
+
         // removeAllChildren() doesn't always unregister IDs,
         // so tear down scope information upfront to avoid having stale references in the map.
         destroyTreeScopeData();
@@ -660,8 +662,6 @@
 
         m_markers->detach();
 
-        detachParser();
-
         m_cssCanvasElements.clear();
 
 #if ENABLE(REQUEST_ANIMATION_FRAME)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to