Chromium Code Reviews| Index: Source/core/dom/DOMStringMap.h |
| diff --git a/Source/core/dom/DOMStringMap.h b/Source/core/dom/DOMStringMap.h |
| index f5748a579695061fc2f0791a88d6e10494c2f85e..52e19351a98f46f165497aecea420ff0b89aa046 100644 |
| --- a/Source/core/dom/DOMStringMap.h |
| +++ b/Source/core/dom/DOMStringMap.h |
| @@ -69,6 +69,7 @@ public: |
| { |
| getNames(names); |
| } |
| + bool namedPropertyQuery(const AtomicString&, int&, ExceptionCode&); |
| virtual Element* element() = 0; |