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

Unified Diff: Source/core/dom/Microtask.h

Issue 1074703002: Componentization: make core/dom visible for blink_web and blink_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « Source/core/dom/MainThreadTaskRunner.h ('k') | Source/core/dom/NodeRenderingTraversal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « Source/core/dom/MainThreadTaskRunner.h ('k') | Source/core/dom/NodeRenderingTraversal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698