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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFrameSetElement.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/HTMLFrameSetElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFrameSetElement.h b/third_party/WebKit/Source/core/html/HTMLFrameSetElement.h
index fb19d9a136979dfaffbf83e680f8a8aef3afa684..ddbe4eaae9b05677634544838e85e6ad168e0458 100644
--- a/third_party/WebKit/Source/core/html/HTMLFrameSetElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLFrameSetElement.h
@@ -62,9 +62,7 @@ class HTMLFrameSetElement final : public HTMLElement {
private:
explicit HTMLFrameSetElement(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