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

Unified Diff: third_party/WebKit/Source/core/html/HTMLTableColElement.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/HTMLTableColElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLTableColElement.h b/third_party/WebKit/Source/core/html/HTMLTableColElement.h
index 475565ff655108f30717c2fd1a9b5ac708a855eb..e2753341bc32605ffbda0c65bf8cd88f9f8dd550 100644
--- a/third_party/WebKit/Source/core/html/HTMLTableColElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLTableColElement.h
@@ -44,9 +44,7 @@ class HTMLTableColElement final : public HTMLTablePartElement {
private:
HTMLTableColElement(const QualifiedName& tagName, 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&,

Powered by Google App Engine
This is Rietveld 408576698