Chromium Code Reviews

Unified Diff: include/v8.h

Issue 2490783004: [serializer] small fixes for blink snapshot. (Closed)
Patch Set: more fixes Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « PRESUBMIT.py ('k') | src/address-map.h » ('j') | src/address-map.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 7db8ee7937fef605088611029bb7245a5675e55a..39d24b6ca83bca44bd8f896436be015d73b30687 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -7567,7 +7567,7 @@ class V8_EXPORT V8 {
/**
* Helper class to create a snapshot data blob.
*/
-class SnapshotCreator {
+class V8_EXPORT SnapshotCreator {
public:
enum class FunctionCodeHandling { kClear, kKeep };
« no previous file with comments | « PRESUBMIT.py ('k') | src/address-map.h » ('j') | src/address-map.h » ('J')

Powered by Google App Engine