| Index: third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h
|
| diff --git a/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h b/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h
|
| index dc32d6542f9205ee221a2fad89437776ddf9aa71..70863784f43166ee713e47f2a7a5e5c492bdf1d9 100644
|
| --- a/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h
|
| +++ b/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h
|
| @@ -6,6 +6,7 @@
|
| #define IncrementLoadEventDelayCount_h
|
|
|
| #include <memory>
|
| +#include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Allocator.h"
|
| #include "platform/wtf/Noncopyable.h"
|
| @@ -16,7 +17,7 @@ class Document;
|
|
|
| // A helper class that will increment a document's loadEventDelayCount on
|
| // contruction and decrement it on destruction (semantics similar to RefPtr).
|
| -class IncrementLoadEventDelayCount {
|
| +class CORE_EXPORT IncrementLoadEventDelayCount {
|
| USING_FAST_MALLOC(IncrementLoadEventDelayCount);
|
| WTF_MAKE_NONCOPYABLE(IncrementLoadEventDelayCount);
|
|
|
|
|