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

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

Issue 1177623006: Componentization: make InspectorTaskRunner::IgnoreInterruptsScope visible for WebDevToolsAgentImpl. (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 c8c215f9aa88efc5fe5cde82db740aef5009b179..cd754dd9ec1a0cf6cf3a49c219739573f582837f 100644
--- a/Source/core/inspector/InspectorTaskRunner.h
+++ b/Source/core/inspector/InspectorTaskRunner.h
@@ -30,7 +30,7 @@ public:
void interruptAndRun(PassOwnPtr<Task>);
void runPendingTasks();
- class IgnoreInterruptsScope final {
+ class CORE_EXPORT IgnoreInterruptsScope final {
public:
explicit IgnoreInterruptsScope(InspectorTaskRunner*);
~IgnoreInterruptsScope();
« 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