Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(814)

Unified Diff: third_party/WebKit/Source/platform/bindings/Microtask.h

Issue 2671553004: Create platform/bindings (Closed)
Patch Set: Add TODO Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/bindings/Microtask.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698