Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(654)

Unified Diff: third_party/WebKit/Source/core/svg/SVGFEMergeNodeElement.idl

Issue 2572853002: Replace remaining /TR/ links in SVG IDL (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/svg/SVGFEMergeNodeElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGFEMergeNodeElement.idl b/third_party/WebKit/Source/core/svg/SVGFEMergeNodeElement.idl
index 1e91f7a6f1cb697527132dae8f1240576c0f8374..4409db5c1a1f33f6a5785c62a0efd9f6855f332e 100644
--- a/third_party/WebKit/Source/core/svg/SVGFEMergeNodeElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGFEMergeNodeElement.idl
@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// http://www.w3.org/TR/filter-effects/#InterfaceSVGFEMergeNodeElement
+// https://drafts.fxtf.org/filters/#InterfaceSVGFEMergeNodeElement
interface SVGFEMergeNodeElement : SVGElement {
[MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedString in1;

Powered by Google App Engine
This is Rietveld 408576698