Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Unified Diff: third_party/WebKit/Source/core/dom/DOMStringMap.h

Issue 2676663006: Remove SetWrapperReferenceTo and SetWrapperReferenceFrom (Closed)
Patch Set: Rebase on master Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMImplementation.idl ('k') | third_party/WebKit/Source/core/dom/DOMStringMap.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698