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

Unified Diff: src/source-position-table.h

Issue 2410353005: Fix generate-bytecode-expectations to work in component builds (Closed)
Patch Set: Created 4 years, 2 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/runtime/runtime.h ('k') | test/cctest/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/source-position-table.h
diff --git a/src/source-position-table.h b/src/source-position-table.h
index 74c3b9e45fc984c71124a9326278303df8f37544..9e1fcf22adf0573dcff41c608b4ea7de28e535fd 100644
--- a/src/source-position-table.h
+++ b/src/source-position-table.h
@@ -7,6 +7,7 @@
#include "src/assert-scope.h"
#include "src/checks.h"
+#include "src/globals.h"
#include "src/handles.h"
#include "src/zone/zone-containers.h"
@@ -55,7 +56,7 @@ class SourcePositionTableBuilder {
PositionTableEntry previous_; // Previously written entry, to compute delta.
};
-class SourcePositionTableIterator {
+class V8_EXPORT_PRIVATE SourcePositionTableIterator {
public:
explicit SourcePositionTableIterator(ByteArray* byte_array);
« no previous file with comments | « src/runtime/runtime.h ('k') | test/cctest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698