| Index: Source/core/css/CSSStyleDeclaration.h
|
| diff --git a/Source/core/css/CSSStyleDeclaration.h b/Source/core/css/CSSStyleDeclaration.h
|
| index c80bf0bbc3bb146cff4630d86a0cae9201aadd86..42ba30e21137d66eb034e9b16d0a6351474351e3 100644
|
| --- a/Source/core/css/CSSStyleDeclaration.h
|
| +++ b/Source/core/css/CSSStyleDeclaration.h
|
| @@ -78,7 +78,7 @@ public:
|
|
|
| virtual void reportMemoryUsage(MemoryObjectInfo*) const = 0;
|
| void anonymousNamedGetter(const AtomicString& name, bool&, String&, bool&, float&);
|
| - bool anonymousNamedSetter(const AtomicString& name, const String& value, ExceptionCode&);
|
| + bool anonymousNamedSetter(const AtomicString& name, const String& value, bool isValueNull, bool isValueUndefined, ExceptionCode&);
|
|
|
| static CSSPropertyInfo* cssPropertyInfo(const String& propertyName);
|
|
|
|
|