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

Unified Diff: third_party/WebKit/Source/core/dom/DOMTokenList.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/DOMTokenList.h
diff --git a/third_party/WebKit/Source/core/dom/DOMTokenList.h b/third_party/WebKit/Source/core/dom/DOMTokenList.h
index 383498a29a84c6923d4679aa5d49ae98add2ce54..4dae874e7f4c88f8d8fa12dd7ae8e3a309fe8e25 100644
--- a/third_party/WebKit/Source/core/dom/DOMTokenList.h
+++ b/third_party/WebKit/Source/core/dom/DOMTokenList.h
@@ -34,7 +34,6 @@
namespace blink {
-class Element;
class ExceptionState;
class CORE_EXPORT DOMTokenListObserver : public GarbageCollectedMixin {
@@ -79,8 +78,6 @@ class CORE_EXPORT DOMTokenList : public GarbageCollectedFinalized<DOMTokenList>,
const AtomicString& toString() const { return value(); }
- virtual Element* element() { return 0; }
-
DEFINE_INLINE_VIRTUAL_TRACE() { visitor->trace(m_observer); }
protected:
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMStringMap.idl ('k') | third_party/WebKit/Source/core/dom/DOMTokenList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698