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 832d784206214a1ce92f1944ba4af9cd6e8fc395..1b74b48767d05494d1ddf95969f04e1a9f5b5cbc 100644 |
--- a/third_party/WebKit/Source/core/frame/DOMWindow.h |
+++ b/third_party/WebKit/Source/core/frame/DOMWindow.h |
@@ -101,8 +101,6 @@ 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. |
unsigned length() const; |
virtual const AtomicString& name() const = 0; |