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

Unified Diff: third_party/WebKit/Source/core/html/HTMLAreaElement.idl

Issue 1755803002: Ship `referrerpolicy` attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update webexposed layout tests Created 4 years, 10 months 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/html/HTMLAreaElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLAreaElement.idl b/third_party/WebKit/Source/core/html/HTMLAreaElement.idl
index 478266515d3a231c0e012e7320fd0ffdfefc75a5..e5fde1c5b62cbb214243c43ef5b1bf81755865c0 100644
--- a/third_party/WebKit/Source/core/html/HTMLAreaElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.idl
@@ -28,7 +28,7 @@ interface HTMLAreaElement : HTMLElement {
// FIXME: ping should be a DOMTokenList.
[Reflect] attribute DOMString ping;
// FIXME: download, rel, relList are missing
- [RuntimeEnabled=ReferrerPolicyAttribute, Reflect, ReflectOnly=("","no-referrer","origin","no-referrer-when-downgrade","origin-when-cross-origin","unsafe-url"), ReflectMissing="", ReflectInvalid=""] attribute DOMString referrerpolicy;
+ [Reflect, ReflectOnly=("","no-referrer","origin","no-referrer-when-downgrade","origin-when-cross-origin","unsafe-url"), ReflectMissing="", ReflectInvalid=""] attribute DOMString referrerpolicy;
// obsolete members
// https://html.spec.whatwg.org/#HTMLAreaElement-partial

Powered by Google App Engine
This is Rietveld 408576698