Title: [212894] branches/safari-603.1.30.1-branch

Diff

Modified: branches/safari-603.1.30.1-branch/LayoutTests/ChangeLog (212893 => 212894)


--- branches/safari-603.1.30.1-branch/LayoutTests/ChangeLog	2017-02-23 16:54:21 UTC (rev 212893)
+++ branches/safari-603.1.30.1-branch/LayoutTests/ChangeLog	2017-02-23 16:54:24 UTC (rev 212894)
@@ -1,3 +1,7 @@
+2017-02-23  Matthew Hanson  <matthew_han...@apple.com>
+
+        Rollout r212740. rdar://problem/30636288
+
 2017-02-21  Matthew Hanson  <matthew_han...@apple.com>
 
         Merge r212737. rdar://problem/30636288

Deleted: branches/safari-603.1.30.1-branch/LayoutTests/fast/css/selector-text-mutation-crash-expected.txt (212893 => 212894)


--- branches/safari-603.1.30.1-branch/LayoutTests/fast/css/selector-text-mutation-crash-expected.txt	2017-02-23 16:54:21 UTC (rev 212893)
+++ branches/safari-603.1.30.1-branch/LayoutTests/fast/css/selector-text-mutation-crash-expected.txt	2017-02-23 16:54:24 UTC (rev 212894)
@@ -1 +0,0 @@
-PASS

Deleted: branches/safari-603.1.30.1-branch/LayoutTests/fast/css/selector-text-mutation-crash.html (212893 => 212894)


--- branches/safari-603.1.30.1-branch/LayoutTests/fast/css/selector-text-mutation-crash.html	2017-02-23 16:54:21 UTC (rev 212893)
+++ branches/safari-603.1.30.1-branch/LayoutTests/fast/css/selector-text-mutation-crash.html	2017-02-23 16:54:24 UTC (rev 212894)
@@ -1,14 +0,0 @@
-<script>
-if (window.testRunner)
-    testRunner.dumpAsText();
-</script>
-<style id=s>
-body[foo] [id=d] { color: green };
-</style>
-<body>
-<div id=d>PASS</div>
-<script>
-d.offsetLeft;
-s.sheet.cssRules.item(0).selectorText = "body[foo]";
-document.body.setAttribute("foo", "foo");
-</script>

Modified: branches/safari-603.1.30.1-branch/Source/WebCore/ChangeLog (212893 => 212894)


--- branches/safari-603.1.30.1-branch/Source/WebCore/ChangeLog	2017-02-23 16:54:21 UTC (rev 212893)
+++ branches/safari-603.1.30.1-branch/Source/WebCore/ChangeLog	2017-02-23 16:54:24 UTC (rev 212894)
@@ -1,3 +1,7 @@
+2017-02-23  Matthew Hanson  <matthew_han...@apple.com>
+
+        Rollout r212740. rdar://problem/30636288
+
 2017-02-22  Brent Fulgham  <bfulg...@apple.com>
 
         Merge r212554. rdar://problem/30636115

Modified: branches/safari-603.1.30.1-branch/Source/WebCore/style/StyleScope.cpp (212893 => 212894)


--- branches/safari-603.1.30.1-branch/Source/WebCore/style/StyleScope.cpp	2017-02-23 16:54:21 UTC (rev 212893)
+++ branches/safari-603.1.30.1-branch/Source/WebCore/style/StyleScope.cpp	2017-02-23 16:54:24 UTC (rev 212894)
@@ -529,9 +529,6 @@
 
 void Scope::scheduleUpdate(UpdateType update)
 {
-    if (update == UpdateType::ContentsOrInterpretation)
-        clearResolver();
-
     if (!m_pendingUpdate || *m_pendingUpdate < update) {
         m_pendingUpdate = update;
         if (m_shadowRoot)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to