Title: [110479] branches/chromium/1025/Source/WebCore/xml/XMLErrors.cpp
Revision
110479
Author
[email protected]
Date
2012-03-12 14:28:04 -0700 (Mon, 12 Mar 2012)

Log Message

Merge 110111
BUG=117226
Review URL: https://chromiumcodereview.appspot.com/9689032

Modified Paths

Diff

Modified: branches/chromium/1025/Source/WebCore/xml/XMLErrors.cpp (110478 => 110479)


--- branches/chromium/1025/Source/WebCore/xml/XMLErrors.cpp	2012-03-12 21:17:10 UTC (rev 110478)
+++ branches/chromium/1025/Source/WebCore/xml/XMLErrors.cpp	2012-03-12 21:28:04 UTC (rev 110479)
@@ -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
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to