|
@@ -1,21 +0,0 @@
|
|
|
-From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
|
-From: John Kleinschmidt <[email protected]>
|
|
|
-Date: Thu, 1 Sep 2022 21:55:57 -0400
|
|
|
-Subject: fixup for Wc++98-compat-extra-semi
|
|
|
-
|
|
|
-Wc++98-compat-extra-semi is turned on for Electron so this
|
|
|
-patch fixes that error in node.
|
|
|
-
|
|
|
-diff --git a/src/node_serdes.cc b/src/node_serdes.cc
|
|
|
-index 1cdd436b343861a96582a803b460aefe1e81cdd0..0249574c4431fb5b98852699f1368f71b49691c1 100644
|
|
|
---- a/src/node_serdes.cc
|
|
|
-+++ b/src/node_serdes.cc
|
|
|
-@@ -32,7 +32,7 @@ namespace serdes {
|
|
|
- v8::ArrayBuffer::Allocator* GetAllocator() {
|
|
|
- static v8::ArrayBuffer::Allocator* allocator = v8::ArrayBuffer::Allocator::NewDefaultAllocator();
|
|
|
- return allocator;
|
|
|
--};
|
|
|
-+}
|
|
|
-
|
|
|
- class SerializerContext : public BaseObject,
|
|
|
- public ValueSerializer::Delegate {
|