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

Unified Diff: third_party/WebKit/Source/core/html/HTMLLIElement.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/HTMLLIElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLLIElement.h b/third_party/WebKit/Source/core/html/HTMLLIElement.h
index 3d0918c075971cab56ead8e5ba65d2cd33275c19..e3d4d1e4bbaa7353a08765338b0d53239bda371d 100644
--- a/third_party/WebKit/Source/core/html/HTMLLIElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLLIElement.h
@@ -36,9 +36,7 @@ class HTMLLIElement final : public HTMLElement {
private:
explicit HTMLLIElement(Document&);
- void parseAttribute(const QualifiedName&,
- const AtomicString&,
- const AtomicString&) override;
+ void parseAttribute(const AttributeModificationParams&) override;
bool isPresentationAttribute(const QualifiedName&) const override;
void collectStyleForPresentationAttribute(const QualifiedName&,
const AtomicString&,
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLInputElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLLIElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698