Title: [152210] trunk/Source/WebCore
Revision
152210
Author
[email protected]
Date
2013-06-29 08:15:10 -0700 (Sat, 29 Jun 2013)

Log Message

Build fix for unguarded SVGGraphicsElement
https://bugs.webkit.org/show_bug.cgi?id=118214

Patch by ChangSeok Oh <[email protected]> on 2013-06-29
Reviewed by Christophe Dumez.

Add the SVG condition to SVGGraphicsElement.idl

No new tests required since no functionality changed.

* svg/SVGGraphicsElement.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (152209 => 152210)


--- trunk/Source/WebCore/ChangeLog	2013-06-29 14:59:31 UTC (rev 152209)
+++ trunk/Source/WebCore/ChangeLog	2013-06-29 15:15:10 UTC (rev 152210)
@@ -1,3 +1,16 @@
+2013-06-29  ChangSeok Oh  <[email protected]>
+
+        Build fix for unguarded SVGGraphicsElement
+        https://bugs.webkit.org/show_bug.cgi?id=118214
+
+        Reviewed by Christophe Dumez.
+
+        Add the SVG condition to SVGGraphicsElement.idl
+
+        No new tests required since no functionality changed.
+
+        * svg/SVGGraphicsElement.idl:
+
 2013-06-29  Kangil Han  <[email protected]>
 
         Adopt is/toHTMLOptionElement for code cleanup

Modified: trunk/Source/WebCore/svg/SVGGraphicsElement.idl (152209 => 152210)


--- trunk/Source/WebCore/svg/SVGGraphicsElement.idl	2013-06-29 14:59:31 UTC (rev 152209)
+++ trunk/Source/WebCore/svg/SVGGraphicsElement.idl	2013-06-29 15:15:10 UTC (rev 152210)
@@ -23,7 +23,9 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-interface SVGGraphicsElement : SVGStyledElement {
+[
+    Conditional=SVG
+] interface SVGGraphicsElement : SVGStyledElement {
     readonly attribute SVGAnimatedTransformList transform;
 
     readonly attribute SVGElement nearestViewportElement;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to