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

Unified Diff: third_party/WebKit/Source/core/html/HTMLBaseElement.h

Issue 2623513005: Introduce Element::AttributeModificationParams (Closed)
Patch Set: Created 3 years, 11 months 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/html/HTMLBaseElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLBaseElement.h b/third_party/WebKit/Source/core/html/HTMLBaseElement.h
index cad8a85ac9e413184c243717365e3cecec85ca79..e907b1cb43e5e83d20eb7bb3ca91f9b4f042cfa0 100644
--- a/third_party/WebKit/Source/core/html/HTMLBaseElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLBaseElement.h
@@ -40,9 +40,7 @@ class HTMLBaseElement final : public HTMLElement {
explicit HTMLBaseElement(Document&);
bool isURLAttribute(const Attribute&) const override;
- void parseAttribute(const QualifiedName&,
- const AtomicString&,
- const AtomicString&) override;
+ void parseAttribute(const AttributeModificationParams&) override;
InsertionNotificationRequest insertedInto(ContainerNode*) override;
void removedFrom(ContainerNode*) override;
};
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLAreaElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLBaseElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698