summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/html_base_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/html_base_element.h')
-rw-r--r--chromium/third_party/blink/renderer/core/html/html_base_element.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/html_base_element.h b/chromium/third_party/blink/renderer/core/html/html_base_element.h
index b6e7ec009e1..32037b3856d 100644
--- a/chromium/third_party/blink/renderer/core/html/html_base_element.h
+++ b/chromium/third_party/blink/renderer/core/html/html_base_element.h
@@ -36,16 +36,16 @@ class HTMLBaseElement final : public HTMLElement {
public:
DECLARE_NODE_FACTORY(HTMLBaseElement);
+ explicit HTMLBaseElement(Document&);
+
// Returns attributes that should be checked against Trusted Types
- const HashSet<AtomicString>& GetCheckedAttributeNames() const override;
+ const AttrNameToTrustedType& GetCheckedAttributeTypes() const override;
KURL href() const;
void href(USVStringOrTrustedURL&) const;
void setHref(const USVStringOrTrustedURL&, ExceptionState&);
private:
- explicit HTMLBaseElement(Document&);
-
bool IsURLAttribute(const Attribute&) const override;
void ParseAttribute(const AttributeModificationParams&) override;
InsertionNotificationRequest InsertedInto(ContainerNode&) override;