Skip to content

Commit ddeb039

Browse files
fixup! sea: generate code cache with deserialized isolate
Co-authored-by: Darshan Sen <[email protected]>
1 parent 7ad8cfb commit ddeb039

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ void SetConstructorFunction(v8::Isolate* isolate,
971971
// Simple RAII class to spin up a v8::Isolate instance.
972972
class RAIIIsolate {
973973
public:
974-
RAIIIsolate(const SnapshotData* data = nullptr);
974+
explicit RAIIIsolate(const SnapshotData* data = nullptr);
975975
~RAIIIsolate();
976976

977977
v8::Isolate* get() const { return isolate_; }

0 commit comments

Comments
 (0)