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

Unified Diff: src/debug/interface-types.h

Issue 2696163002: [debugger] implement inspector-facing API for code coverage. (Closed)
Patch Set: one more shared export Created 3 years, 10 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 | « src/debug/debug-interface.h ('k') | src/objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/interface-types.h
diff --git a/src/debug/interface-types.h b/src/debug/interface-types.h
index ba6111d6fc20a2964a1a2aae2780dbc94c788c8b..b86986dee4c30719406d393253706c96a5129985 100644
--- a/src/debug/interface-types.h
+++ b/src/debug/interface-types.h
@@ -9,6 +9,8 @@
#include <string>
#include <vector>
+#include "src/globals.h"
+
namespace v8 {
namespace debug {
@@ -16,7 +18,7 @@ namespace debug {
* Defines location inside script.
* Lines and columns are 0-based.
*/
-class Location {
+class V8_EXPORT_PRIVATE Location {
public:
Location(int line_number, int column_number);
/**
« no previous file with comments | « src/debug/debug-interface.h ('k') | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698