| Index: third_party/WebKit/Source/platform/bindings/Microtask.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/Microtask.h b/third_party/WebKit/Source/platform/bindings/Microtask.h
|
| similarity index 97%
|
| copy from third_party/WebKit/Source/bindings/core/v8/Microtask.h
|
| copy to third_party/WebKit/Source/platform/bindings/Microtask.h
|
| index 3da8fad946d6c8064337ef8b43270ab19932ab1f..bdf7089cafeb2bf34ca79ee9a4a9fb7342bb11df 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/Microtask.h
|
| +++ b/third_party/WebKit/Source/platform/bindings/Microtask.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef Microtask_h
|
| #define Microtask_h
|
|
|
| -#include "core/CoreExport.h"
|
| +#include "platform/PlatformExport.h"
|
| #include "platform/WebTaskRunner.h"
|
| #include "platform/wtf/Allocator.h"
|
| #include "platform/wtf/Functional.h"
|
| @@ -61,7 +61,7 @@ namespace blink {
|
| // happen at the end of the outer-most script stack frame of calls into page
|
| // script:
|
| // http://www.whatwg.org/specs/web-apps/current-work/#perform-a-microtask-checkpoint
|
| -class CORE_EXPORT Microtask {
|
| +class PLATFORM_EXPORT Microtask {
|
| STATIC_ONLY(Microtask);
|
|
|
| public:
|
|
|