| 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;
|
|
|
|
|