git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Enable SharedArrayBuffer, remove the flag
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
runtime
/
RuntimeFlags.h
diff --git
a/Source/JavaScriptCore/runtime/RuntimeFlags.h
b/Source/JavaScriptCore/runtime/RuntimeFlags.h
index
3874bde
..
a423ea9
100644
(file)
--- a/
Source/JavaScriptCore/runtime/RuntimeFlags.h
+++ b/
Source/JavaScriptCore/runtime/RuntimeFlags.h
@@
-31,8
+31,7
@@
namespace JSC {
// macro(name, isEnabledFlag)
-#define JSC_RUNTIME_FLAG(macro) \
- macro(SharedArrayBufferEnabled, true)
+#define JSC_RUNTIME_FLAG(macro)
class RuntimeFlags {
private: