| Index: Source/core/dom/Microtask.h
|
| diff --git a/Source/core/dom/Microtask.h b/Source/core/dom/Microtask.h
|
| index 5ee4f533d22b51d2a9a28e75b9aea0a33c612c30..ceec178f852b0e271744747402cbd9f1fe1bff81 100644
|
| --- a/Source/core/dom/Microtask.h
|
| +++ b/Source/core/dom/Microtask.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef Microtask_h
|
| #define Microtask_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "public/platform/WebThread.h"
|
| #include "wtf/Functional.h"
|
| #include "wtf/PassOwnPtr.h"
|
| @@ -38,7 +39,7 @@
|
|
|
| namespace blink {
|
|
|
| -class Microtask {
|
| +class CORE_EXPORT Microtask {
|
| public:
|
| static void performCheckpoint();
|
| static bool performingCheckpoint(v8::Isolate*);
|
|
|