| Index: Source/WebCore/dom/StyledElement.h
|
| diff --git a/Source/WebCore/dom/StyledElement.h b/Source/WebCore/dom/StyledElement.h
|
| index dd69e8f7ef4fbccbc95a4bd66830de20e89a2b33..3134473bb9192256868c2b35c90e1649baf5eb5f 100644
|
| --- a/Source/WebCore/dom/StyledElement.h
|
| +++ b/Source/WebCore/dom/StyledElement.h
|
| @@ -66,7 +66,7 @@ protected:
|
| {
|
| }
|
|
|
| - virtual void attributeChanged(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| + virtual void attributeChanged(const QualifiedName&, const AtomicString&, AttributeModificationReason = ModifiedDirectly) OVERRIDE;
|
|
|
| virtual bool isPresentationAttribute(const QualifiedName&) const { return false; }
|
|
|
| @@ -77,7 +77,7 @@ protected:
|
| virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const;
|
|
|
| private:
|
| - void styleAttributeChanged(const AtomicString& newStyleString);
|
| + void styleAttributeChanged(const AtomicString& newStyleString, AttributeModificationReason);
|
|
|
| void inlineStyleChanged();
|
| PropertySetCSSStyleDeclaration* inlineStyleCSSOMWrapper();
|
|
|