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

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

Issue 1416043002: Revert "Use DOMSettableTokenList for {HTMLAnchorElement, HTMLAreaElement}.ping." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/DOMSettableTokenList.h
diff --git a/third_party/WebKit/Source/core/dom/DOMSettableTokenList.h b/third_party/WebKit/Source/core/dom/DOMSettableTokenList.h
index 36cae5f5db0eb216653056557400e7efc780149f..b36f6d4cee611e53adc45ab7b1d8800ae5c25196 100644
--- a/third_party/WebKit/Source/core/dom/DOMSettableTokenList.h
+++ b/third_party/WebKit/Source/core/dom/DOMSettableTokenList.h
@@ -35,7 +35,7 @@ namespace blink {
class ExceptionState;
-class CORE_EXPORT DOMSettableTokenListObserver : public WillBeGarbageCollectedMixin {
+class DOMSettableTokenListObserver : public WillBeGarbageCollectedMixin {
public:
virtual void valueChanged() = 0;

Powered by Google App Engine
This is Rietveld 408576698