| Index: third_party/WebKit/Source/core/dom/DOMStringMap.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMStringMap.h b/third_party/WebKit/Source/core/dom/DOMStringMap.h
|
| index cef62cf4db048c252ffdd7c727ea16c1f5242968..72bb567ecf524b355d2c6f9cf554847b6aedbccf 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMStringMap.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMStringMap.h
|
| @@ -36,8 +36,6 @@
|
|
|
| namespace blink {
|
|
|
| -class Element;
|
| -
|
| class DOMStringMap : public GarbageCollected<DOMStringMap>,
|
| public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| @@ -66,8 +64,6 @@ class DOMStringMap : public GarbageCollected<DOMStringMap>,
|
| }
|
| bool namedPropertyQuery(const AtomicString&, ExceptionState&);
|
|
|
| - virtual Element* element() = 0;
|
| -
|
| DEFINE_INLINE_VIRTUAL_TRACE() {}
|
|
|
| protected:
|
|
|