Index: Source/core/svg/SVGDiscardElement.idl |
diff --git a/Source/core/svg/SVGDiscardElement.idl b/Source/core/svg/SVGDiscardElement.idl |
index 54ee14a51d9d359ce522d112faf7536cba606879..2b510237afec1118adfad1b5cd7ac273bbedec62 100644 |
--- a/Source/core/svg/SVGDiscardElement.idl |
+++ b/Source/core/svg/SVGDiscardElement.idl |
@@ -28,5 +28,8 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// TODO(philipj): The SVGDiscardElement interface does not exist in the spec |
+// yet: http://www.w3.org/Graphics/SVG/WG/track/actions/3727 |
+ |
interface SVGDiscardElement : SVGElement { |
}; |