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

Unified Diff: third_party/WebKit/Source/core/frame/DOMWindow.h

Issue 2439013002: Implement cross-origin attributes using access check interceptors. (Closed)
Patch Set: . Created 4 years, 1 month 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/frame/DOMWindow.h
diff --git a/third_party/WebKit/Source/core/frame/DOMWindow.h b/third_party/WebKit/Source/core/frame/DOMWindow.h
index 128b40a608e5eb4745d36691ce2448d0bda04315..d19bf75867d153765bfc387cdbeada2147415093 100644
--- a/third_party/WebKit/Source/core/frame/DOMWindow.h
+++ b/third_party/WebKit/Source/core/frame/DOMWindow.h
@@ -102,7 +102,7 @@ class CORE_EXPORT DOMWindow : public EventTargetWithInlineData,
bool closed() const;
// FIXME: This is not listed as a cross-origin accessible attribute, but in
- // Blink, it's currently marked as DoNotCheckSecurity.
+ // Blink, it's currently marked as IsCrossOrigin.
dcheng 2016/11/02 01:46:42 This comment is actually obsolete; I've removed it
unsigned length() const;
virtual const AtomicString& name() const = 0;

Powered by Google App Engine
This is Rietveld 408576698