Skip to content

Commit 7dbb954

Browse files
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. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@283228 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 2395cd3 commit 7dbb954

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Source/WebCore/ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2021-09-29 Olivier Blin <[email protected]>
2+
3+
Fix typo in RenderSVGBlock::updateFromStyle comment
4+
https://bugs.webkit.org/show_bug.cgi?id=230955
5+
6+
Reviewed by Simon Fraser.
7+
8+
No new tests, just a comment fix.
9+
10+
* rendering/svg/RenderSVGBlock.cpp:
11+
(WebCore::RenderSVGBlock::updateFromStyle): refactor instead of reactor.
12+
13+
114
2021-09-29 Myles C. Maxfield <[email protected]>
215

316
Font palette names have to start with two hyphens

Source/WebCore/rendering/svg/RenderSVGBlock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ void RenderSVGBlock::updateFromStyle()
4646
//
4747
// If we want to support overflow rules for <foreignObject> we can choose between two solutions:
4848
// a) make RenderSVGForeignObject require layers and SVG layer aware
49-
// b) reactor overflow logic out of RenderLayer (as suggested by dhyatt), which is a large task
49+
// b) refactor overflow logic out of RenderLayer (as suggested by dhyatt), which is a large task
5050
//
5151
// Until this is resolved, disable overflow support. Opera/FF don't support it as well at the moment (Feb 2010).
5252
//

0 commit comments

Comments
 (0)