Title: [283228] trunk/Source/WebCore
Revision
283228
Author
[email protected]
Date
2021-09-29 09:37:07 -0700 (Wed, 29 Sep 2021)

Log Message

Fix typo in RenderSVGBlock::updateFromStyle comment
https://bugs.webkit.org/show_bug.cgi?id=230955

Patch by Olivier Blin <[email protected]> on 2021-09-29
Reviewed by Simon Fraser.

No new tests, just a comment fix.

* rendering/svg/RenderSVGBlock.cpp:
(WebCore::RenderSVGBlock::updateFromStyle): refactor instead of reactor.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (283227 => 283228)


--- trunk/Source/WebCore/ChangeLog	2021-09-29 16:28:47 UTC (rev 283227)
+++ trunk/Source/WebCore/ChangeLog	2021-09-29 16:37:07 UTC (rev 283228)
@@ -1,3 +1,16 @@
+2021-09-29  Olivier Blin  <[email protected]>
+
+        Fix typo in RenderSVGBlock::updateFromStyle comment
+        https://bugs.webkit.org/show_bug.cgi?id=230955
+
+        Reviewed by Simon Fraser.
+
+        No new tests, just a comment fix.
+
+        * rendering/svg/RenderSVGBlock.cpp:
+        (WebCore::RenderSVGBlock::updateFromStyle): refactor instead of reactor.
+
+
 2021-09-29  Myles C. Maxfield  <[email protected]>
 
         Font palette names have to start with two hyphens

Modified: trunk/Source/WebCore/rendering/svg/RenderSVGBlock.cpp (283227 => 283228)


--- trunk/Source/WebCore/rendering/svg/RenderSVGBlock.cpp	2021-09-29 16:28:47 UTC (rev 283227)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGBlock.cpp	2021-09-29 16:37:07 UTC (rev 283228)
@@ -46,7 +46,7 @@
     //
     // If we want to support overflow rules for <foreignObject> we can choose between two solutions:
     // a) make RenderSVGForeignObject require layers and SVG layer aware
-    // b) reactor overflow logic out of RenderLayer (as suggested by dhyatt), which is a large task
+    // b) refactor overflow logic out of RenderLayer (as suggested by dhyatt), which is a large task
     //
     // Until this is resolved, disable overflow support. Opera/FF don't support it as well at the moment (Feb 2010).
     //
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to