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

Unified Diff: src/objects.h

Issue 2695823003: [debugger] add lcov support to d8. (Closed)
Patch Set: actual fix 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-coverage.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index dc1ba72f96cc8d4e53db78b043cfd2c8b8f88eb7..c7b92e1b49d3222a24cea27895fa12329db31eac 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -6694,8 +6694,10 @@ class Script: public Struct {
// initializes the line ends array, avoiding expensive recomputations.
// The non-static version is not allocating and safe for unhandlified
// callsites.
- static bool GetPositionInfo(Handle<Script> script, int position,
- PositionInfo* info, OffsetFlag offset_flag);
+ V8_EXPORT_PRIVATE static bool GetPositionInfo(Handle<Script> script,
+ int position,
+ PositionInfo* info,
+ OffsetFlag offset_flag);
bool GetPositionInfo(int position, PositionInfo* info,
OffsetFlag offset_flag) const;
« no previous file with comments | « src/debug/debug-coverage.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698