File tree 2 files changed +2
-11
lines changed
2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 38
38
39
39
# Reset this number to 0 on major V8 upgrades.
40
40
# Increment by one for each non-official patch applied to deps/v8.
41
- 'v8_embedder_string' : '-node.10 ' ,
41
+ 'v8_embedder_string' : '-node.11 ' ,
42
42
43
43
##### V8 defaults for Node.js #####
44
44
Original file line number Diff line number Diff line change @@ -1227,16 +1227,7 @@ class V8_EXPORT Isolate {
1227
1227
* Passed to |AtomicsWaitCallback| as a means of stopping an ongoing
1228
1228
* `Atomics.wait` call.
1229
1229
*/
1230
- #if !defined(__clang__) && defined(V8_CC_GNU)
1231
- // We cannot mix the usage of [[deprecated]] syntax with the __ attribute __
1232
- // syntax (from V8_EXPORT) due to a gcc bug:
1233
- // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69585
1234
- class __attribute__ ((
1235
- deprecated (" AtomicsWaitWakeHandle is unused and will be removed." )))
1236
- #else
1237
- class V8_DEPRECATED (" AtomicsWaitWakeHandle is unused and will be removed." )
1238
- #endif
1239
- V8_EXPORT AtomicsWaitWakeHandle {
1230
+ class V8_EXPORT AtomicsWaitWakeHandle {
1240
1231
public:
1241
1232
/* *
1242
1233
* Stop this `Atomics.wait()` call and call the |AtomicsWaitCallback|
You can’t perform that action at this time.
0 commit comments