Commit 60bec769 authored by Jeremy Roman's avatar Jeremy Roman Committed by Commit Bot

Remove DOMWindow::isSecureContext.

It has no definition; all real calls access LocalDOMWindow::isSecureContext.

Change-Id: I82c37f54baef4de6f5efde7702874eaf02d0e232
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816487
Auto-Submit: Jeremy Roman <jbroman@chromium.org>
Commit-Queue: Lucas Gadani <lfg@chromium.org>
Reviewed-by: default avatarLucas Gadani <lfg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#698501}
parent ae71eb9d
......@@ -123,8 +123,6 @@ class CORE_EXPORT DOMWindow : public EventTargetWithInlineData {
// See https://bugs.webkit.org/show_bug.cgi?id=62054
bool IsCurrentlyDisplayedInFrame() const;
bool isSecureContext() const;
InputDeviceCapabilitiesConstants* GetInputDeviceCapabilities();
void PostMessageForTesting(scoped_refptr<SerializedScriptValue> message,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment