| Index: Source/wtf/text/StringBuilder.h
|
| diff --git a/Source/wtf/text/StringBuilder.h b/Source/wtf/text/StringBuilder.h
|
| index 7c5fe24cd604fcdcbd70927f64439d051473cd9f..5e4adebb54ac373fcf6a097c9ad8c9dec6862b22 100644
|
| --- a/Source/wtf/text/StringBuilder.h
|
| +++ b/Source/wtf/text/StringBuilder.h
|
| @@ -27,12 +27,13 @@
|
| #ifndef StringBuilder_h
|
| #define StringBuilder_h
|
|
|
| -#include <wtf/text/AtomicString.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/WTFExport.h"
|
| +#include "wtf/text/AtomicString.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WTF {
|
|
|
| -class StringBuilder {
|
| +class WTF_EXPORT StringBuilder {
|
| // Disallow copying since it's expensive and we don't want code to do it by accident.
|
| WTF_MAKE_NONCOPYABLE(StringBuilder);
|
|
|
|
|