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

Unified Diff: third_party/WebKit/Source/core/dom/Text.idl

Issue 2549633002: rewrite spec links with http: to https: and fix known Javascript redirected links (Closed)
Patch Set: Fix frame-timing link 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/dom/Text.idl
diff --git a/third_party/WebKit/Source/core/dom/Text.idl b/third_party/WebKit/Source/core/dom/Text.idl
index 0ee5c2eb4f5794bea3996742547b3a1454dc1455..74cfdac6547a9a43ccf3bf0a9e1e1ff4aa6c7687 100644
--- a/third_party/WebKit/Source/core/dom/Text.idl
+++ b/third_party/WebKit/Source/core/dom/Text.idl
@@ -27,7 +27,7 @@
[MeasureAs=TextWholeText] readonly attribute DOMString wholeText;
// Shadow DOM
- // http://w3c.github.io/webcomponents/spec/shadow/#extensions-to-text-interface
+ // https://w3c.github.io/webcomponents/spec/shadow/#extensions-to-text-interface
NodeList getDestinationInsertionPoints();
[ImplementedAs=assignedSlotForBinding] readonly attribute HTMLSlotElement assignedSlot;
};

Powered by Google App Engine
This is Rietveld 408576698