WebKit Bugzilla
Attachment 361198 Details for
Bug 194292
: [SVG] fix SVGURIReference build by including SVGElement
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194292-20190205184833.patch (text/plain), 1.25 KB, created by
Olivier Blin
on 2019-02-05 09:48:35 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Olivier Blin
Created:
2019-02-05 09:48:35 PST
Size:
1.25 KB
patch
obsolete
>Subversion Revision: 240968 >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index c11ea8c63593f92606861512b54504dfbbdf9c04..8cd6f6c21aeb54dc3d4af71745af3f5ee9fdebac 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,17 @@ >+2019-02-05 Olivier Blin <olivier.blin@softathome.com> >+ >+ [SVG] fix SVGURIReference build by including SVGElement >+ https://bugs.webkit.org/show_bug.cgi?id=194292 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * svg/SVGURIReference.h: >+ SVGURIReference is making use of SVGElement in its constructor, but >+ the include was missing. >+ >+ The issue was not seen in unified builds because it was grouped with >+ other files including SVGElement. >+ > 2019-02-05 Benjamin Poulain <benjamin@webkit.org> > > Hit testing functions optimizations >diff --git a/Source/WebCore/svg/SVGURIReference.h b/Source/WebCore/svg/SVGURIReference.h >index f4629e05e0cd723e1c6e6eb1d3d58ba8be0800d7..b75f0b3118f47dae9ccee7634fca7db6422b51d0 100644 >--- a/Source/WebCore/svg/SVGURIReference.h >+++ b/Source/WebCore/svg/SVGURIReference.h >@@ -24,6 +24,7 @@ > #include "Document.h" > #include "QualifiedName.h" > #include "SVGAnimatedString.h" >+#include "SVGElement.h" > > namespace WebCore { >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194292
:
361198
|
361289