| 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 c26ce1dd010c78d7cc34ba2bcbf028d836250c64..9f64d871137d0b886d58231442b29a3c1e7266c1 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMTokenList.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMTokenList.h
|
| @@ -26,6 +26,7 @@
|
| #define DOMTokenList_h
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| +#include "core/CoreExport.h"
|
| #include "core/dom/SpaceSplitString.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Vector.h"
|
|
|