summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/html_frame_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/html_frame_element.h')
-rw-r--r--chromium/third_party/blink/renderer/core/html/html_frame_element.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/html_frame_element.h b/chromium/third_party/blink/renderer/core/html/html_frame_element.h
index 0b416f98a78..e57302d8a40 100644
--- a/chromium/third_party/blink/renderer/core/html/html_frame_element.h
+++ b/chromium/third_party/blink/renderer/core/html/html_frame_element.h
@@ -37,8 +37,10 @@ class CORE_EXPORT HTMLFrameElement final : public HTMLFrameElementBase {
public:
DECLARE_NODE_FACTORY(HTMLFrameElement);
+ explicit HTMLFrameElement(Document&);
+
// Returns attributes that should be checked against Trusted Types
- const HashSet<AtomicString>& GetCheckedAttributeNames() const override;
+ const AttrNameToTrustedType& GetCheckedAttributeTypes() const override;
bool HasFrameBorder() const { return frame_border_; }
@@ -52,8 +54,6 @@ class CORE_EXPORT HTMLFrameElement final : public HTMLFrameElementBase {
}
private:
- explicit HTMLFrameElement(Document&);
-
void AttachLayoutTree(AttachContext&) override;
bool LayoutObjectIsNeeded(const ComputedStyle&) const override;