This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/deps/v8/include/v8-platform.h b/deps/v8/include/v8-platform.h | |
| index ddc200abab..70a25c7186 100644 | |
| --- a/deps/v8/include/v8-platform.h | |
| +++ b/deps/v8/include/v8-platform.h | |
| @@ -207,6 +207,7 @@ class PageAllocator { | |
| */ | |
| enum Permission { | |
| kNoAccess, | |
| + kRead, | |
| kReadWrite, |