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

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

Issue 1377163002: Use DOMSettableTokenList for {HTMLAnchorElement, HTMLAreaElement}.ping. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add CORE_EXPORT on DOMSettableTokenListObserver 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 b36f6d4cee611e53adc45ab7b1d8800ae5c25196..36cae5f5db0eb216653056557400e7efc780149f 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 DOMSettableTokenListObserver : public WillBeGarbageCollectedMixin {
+class CORE_EXPORT DOMSettableTokenListObserver : public WillBeGarbageCollectedMixin {
public:
virtual void valueChanged() = 0;

Powered by Google App Engine
This is Rietveld 408576698