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
/
WebKit
/
win
/
Interfaces
/
IWebPreferencesPrivate.idl
diff --git
a/Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl
b/Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl
index
470027f
..
23877c4
100644
(file)
--- a/
Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl
+++ b/
Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl
@@
-32,8
+32,7
@@
import "ocidl.idl";
#endif
typedef enum WebKitJavaScriptRuntimeFlags {
- WebKitJavaScriptRuntimeFlagsSharedArrayBufferEnabled = 1,
- WebKitJavaScriptRuntimeFlagsAllEnabled = 1
+ WebKitJavaScriptRuntimeFlagsAllEnabled = 0
} WebKitJavaScriptRuntimeFlags;
[