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

Unified Diff: third_party/WebKit/Source/core/html/HTMLOListElement.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/HTMLOListElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLOListElement.h b/third_party/WebKit/Source/core/html/HTMLOListElement.h
index 01bf16882ea3de44c9f8ebe530776f1315a3994f..ee6eb2eb7c0d216fcfe0b2cc9c87e12a83a8567d 100644
--- a/third_party/WebKit/Source/core/html/HTMLOListElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLOListElement.h
@@ -55,9 +55,7 @@ class HTMLOListElement final : public HTMLElement {
void recalculateItemCount();
- 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/HTMLMeterElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLOListElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698