| Index: third_party/WebKit/Source/core/dom/DOMStringMap.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMStringMap.cpp b/third_party/WebKit/Source/core/dom/DOMStringMap.cpp
|
| index 48ed337a359c89bb3a0bfa874ebe25812cacfc42..e51ecbc53e679b5eeda497462193259da7378020 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMStringMap.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DOMStringMap.cpp
|
| @@ -27,8 +27,6 @@
|
|
|
| namespace blink {
|
|
|
| -DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(DOMStringMap);
|
| -
|
| bool DOMStringMap::namedPropertyQuery(const AtomicString& name, ExceptionState&)
|
| {
|
| return contains(name);
|
|
|