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

Unified Diff: third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.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/SVGFESpecularLightingElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.idl b/third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.idl
index 49baa913829e7b1ccd9307caf06d53f188815c29..474c74df80a9e7d6a5f073627d7d2af1e83a4def 100644
--- a/third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.idl
@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// http://www.w3.org/TR/filter-effects/#InterfaceSVGFESpecularLightingElement
+// https://drafts.fxtf.org/filters/#InterfaceSVGFESpecularLightingElement
interface SVGFESpecularLightingElement : SVGElement {
[MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedString in1;

Powered by Google App Engine
This is Rietveld 408576698