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

Unified Diff: third_party/WebKit/Source/core/html/HTMLContentElement.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/HTMLContentElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLContentElement.h b/third_party/WebKit/Source/core/html/HTMLContentElement.h
index b3ff5bcb6887fd912311720e2a6f9ffa86a6762b..dcc644da618a63d44843c1ce699cc74c835a026d 100644
--- a/third_party/WebKit/Source/core/html/HTMLContentElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLContentElement.h
@@ -69,9 +69,7 @@ class CORE_EXPORT HTMLContentElement final : public InsertionPoint {
private:
HTMLContentElement(Document&, HTMLContentSelectFilter*);
- void parseAttribute(const QualifiedName&,
- const AtomicString&,
- const AtomicString&) override;
+ void parseAttribute(const AttributeModificationParams&) override;
bool validateSelect() const;
void parseSelect();
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLContentElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698