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

Unified Diff: include/v8.h

Issue 2490783004: [serializer] small fixes for blink snapshot. (Closed)
Patch Set: rebase and fix Created 4 years, 1 month 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 | « PRESUBMIT.py ('k') | src/address-map.h » ('j') | no next file with comments »
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 5302f836faaeaf8bf0f9d5d3874bb3e3d5ec74ec..5348ba7e48b32b6beb35ef31db9dd53401c38814 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -7575,7 +7575,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698