Title: [208327] trunk/Source/WebCore
Revision
208327
Author
[email protected]
Date
2016-11-03 08:51:52 -0700 (Thu, 03 Nov 2016)

Log Message

imported/mozilla/svg/paint-order-01.svg and imported/mozilla/svg/paint-order-02.svg are flaky failures
https://bugs.webkit.org/show_bug.cgi?id=164355

Reviewed by Ryosuke Niwa.

Revert one change from https://trac.webkit.org/changeset/207669 to see if it is causing flakiness in
some XML based tests.

* xml/parser/XMLDocumentParser.cpp:
(WebCore::XMLDocumentParser::end):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (208326 => 208327)


--- trunk/Source/WebCore/ChangeLog	2016-11-03 14:39:47 UTC (rev 208326)
+++ trunk/Source/WebCore/ChangeLog	2016-11-03 15:51:52 UTC (rev 208327)
@@ -1,3 +1,16 @@
+2016-11-03  Antti Koivisto  <[email protected]>
+
+        imported/mozilla/svg/paint-order-01.svg and imported/mozilla/svg/paint-order-02.svg are flaky failures
+        https://bugs.webkit.org/show_bug.cgi?id=164355
+
+        Reviewed by Ryosuke Niwa.
+
+        Revert one change from https://trac.webkit.org/changeset/207669 to see if it is causing flakiness in
+        some XML based tests.
+
+        * xml/parser/XMLDocumentParser.cpp:
+        (WebCore::XMLDocumentParser::end):
+
 2016-11-02  Yusuke Suzuki  <[email protected]>
 
         Unreviewed, fix CLoop build after r208320.

Modified: trunk/Source/WebCore/xml/parser/XMLDocumentParser.cpp (208326 => 208327)


--- trunk/Source/WebCore/xml/parser/XMLDocumentParser.cpp	2016-11-03 14:39:47 UTC (rev 208326)
+++ trunk/Source/WebCore/xml/parser/XMLDocumentParser.cpp	2016-11-03 15:51:52 UTC (rev 208327)
@@ -199,7 +199,7 @@
         insertErrorMessageBlock();
     else {
         updateLeafTextNode();
-        document()->styleScope().didChangeActiveStyleSheetCandidates();
+        document()->styleScope().didChangeStyleSheetEnvironment();
     }
 
     if (isParsing())
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to