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