| Index: Source/core/css/CSSStyleDeclaration.h
|
| diff --git a/Source/core/css/CSSStyleDeclaration.h b/Source/core/css/CSSStyleDeclaration.h
|
| index 9248ff662d1272e68bec9527821ff63ed5d49b5c..b6a3f3e4b88220f4e5e0dab07b55dfcae3c4188e 100644
|
| --- a/Source/core/css/CSSStyleDeclaration.h
|
| +++ b/Source/core/css/CSSStyleDeclaration.h
|
| @@ -71,6 +71,7 @@ public:
|
| virtual bool cssPropertyMatches(CSSPropertyID, const CSSValue*) const = 0;
|
| virtual CSSStyleSheet* parentStyleSheet() const { return 0; }
|
| virtual bool anonymousNamedSetter(ScriptState*, const String& name, const String& value, ExceptionState&);
|
| + virtual void namedPropertyEnumerator(Vector<String>& names, ExceptionState&);
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE() { }
|
|
|
|
|