diff options
Diffstat (limited to 'Source/JavaScriptCore/jit/ExecutableAllocator.h')
-rw-r--r-- | Source/JavaScriptCore/jit/ExecutableAllocator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/jit/ExecutableAllocator.h b/Source/JavaScriptCore/jit/ExecutableAllocator.h index 3233412..57ee054 100644 --- a/Source/JavaScriptCore/jit/ExecutableAllocator.h +++ b/Source/JavaScriptCore/jit/ExecutableAllocator.h @@ -167,7 +167,7 @@ private: }; class ExecutableAllocator { - enum ProtectionSeting { Writable, Executable }; + enum ProtectionSetting { Writable, Executable }; public: static size_t pageSize; @@ -318,7 +318,7 @@ public: private: #if ENABLE(ASSEMBLER_WX_EXCLUSIVE) - static void reprotectRegion(void*, size_t, ProtectionSeting); + static void reprotectRegion(void*, size_t, ProtectionSetting); #endif RefPtr<ExecutablePool> m_smallAllocationPool; |