Index: sky/engine/core/dom/Element.h |
diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h |
index 06fb806f0a18d1fedfdcd82c3fa0400ca1c9896a..40c5f6ac6ff3d8de995d140872b21e2a5edcaea9 100644 |
--- a/sky/engine/core/dom/Element.h |
+++ b/sky/engine/core/dom/Element.h |
@@ -78,6 +78,7 @@ public: |
void setAttribute(const AtomicString& name, ExceptionState& es) { |
setAttribute(name, String(), es); |
} |
+ void setAttributes(const Vector<RefPtr<Attr>>& attrs, ExceptionState& es); |
void removeAttribute(const AtomicString& name); |
void removeAttribute(const QualifiedName&); |