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

Unified Diff: Source/core/inspector/InspectorTaskRunner.h

Issue 1174473002: Componentization: make InspectorTaskRunner visible for blink_web. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorTaskRunner.h
diff --git a/Source/core/inspector/InspectorTaskRunner.h b/Source/core/inspector/InspectorTaskRunner.h
index 7e608ed6c75837d268c2d98883e0278545a665da..173ab4db93ec62f5ce8b2d688d6fa0f7590c615b 100644
--- a/Source/core/inspector/InspectorTaskRunner.h
+++ b/Source/core/inspector/InspectorTaskRunner.h
@@ -5,6 +5,7 @@
#ifndef InspectorTaskRunner_h
#define InspectorTaskRunner_h
+#include "core/CoreExport.h"
#include "wtf/Forward.h"
#include "wtf/Noncopyable.h"
#include "wtf/OwnPtr.h"
@@ -13,7 +14,7 @@
namespace blink {
-class InspectorTaskRunner final {
+class CORE_EXPORT InspectorTaskRunner final {
WTF_MAKE_NONCOPYABLE(InspectorTaskRunner);
public:
explicit InspectorTaskRunner(v8::Isolate*);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698