| Index: Source/core/dom/DOMStringMap.h
|
| diff --git a/Source/core/dom/DOMStringMap.h b/Source/core/dom/DOMStringMap.h
|
| index f0dff123a1efa46af3c3c0c3b53118d5463a8f70..ece062e13c022519fbb31323f44db182fe8340d6 100644
|
| --- a/Source/core/dom/DOMStringMap.h
|
| +++ b/Source/core/dom/DOMStringMap.h
|
| @@ -49,7 +49,7 @@ public:
|
| virtual bool contains(const String& name) = 0;
|
| virtual void setItem(const String& name, const String& value, ExceptionCode&) = 0;
|
| virtual void deleteItem(const String& name, ExceptionCode&) = 0;
|
| - bool anonymousNamedSetter(const String& name, const String& value, ExceptionCode& ec)
|
| + bool anonymousNamedSetter(const String& name, const String& value, bool isValueNull, bool isValueUndefined, ExceptionCode& ec)
|
| {
|
| setItem(name, value, ec);
|
| return true;
|
|
|