Title: [110111] branches/chromium/963/Source/WebCore/xml/XMLErrors.cpp
Revision
110111
Author
k...@chromium.org
Date
2012-03-07 14:55:20 -0800 (Wed, 07 Mar 2012)

Log Message

Fix XML error handling.

Modified Paths


Diff

Modified: branches/chromium/963/Source/WebCore/xml/XMLErrors.cpp (110110 => 110111)


--- branches/chromium/963/Source/WebCore/xml/XMLErrors.cpp	2012-03-07 22:46:30 UTC (rev 110110)
+++ branches/chromium/963/Source/WebCore/xml/XMLErrors.cpp	2012-03-07 22:55:20 UTC (rev 110111)
@@ -33,6 +33,7 @@
 #include "Element.h"
 #include "Frame.h"
 #include "HTMLNames.h"
+#include "ScopedEventQueue.h"
 #include "Text.h"
 #include <wtf/text/WTFString.h>
 
@@ -115,6 +116,8 @@
     // the normal content (the DOM tree is created manually and includes line/col info regarding
     // where the errors are located)
 
+    EventQueueScope scope;
+
     // Create elements for display
     ExceptionCode ec = 0;
     RefPtr<Element> documentElement = m_document->documentElement();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to