Skip to content

Commit a566b51

Browse files
committed
quic: Fix usings
1 parent 9348822 commit a566b51

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/dataqueue/queue.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@
2222

2323
namespace node {
2424

25+
using quic::BindingData;
2526
using v8::ArrayBuffer;
2627
using v8::ArrayBufferView;
2728
using v8::BackingStore;
2829
using v8::Local;
2930
using v8::Object;
3031
using v8::ObjectTemplate;
3132
using v8::Promise;
32-
using v8::Uint8Array;
3333
using v8::TypedArray;
34+
using v8::Uint8Array;
3435
using v8::Value;
3536

3637
namespace {
@@ -1412,7 +1413,6 @@ JS_METHOD_IMPL(DataQueueFeeder::AddFakePull) {
14121413
feeder->tryWakePulls();
14131414
}
14141415

1415-
using quic::BindingData;
14161416
JS_CONSTRUCTOR_IMPL(DataQueueFeeder, dataqueuefeeder_constructor_template, {
14171417
auto isolate = env->isolate();
14181418
JS_NEW_CONSTRUCTOR();

src/quic/streams.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace node {
2020
using v8::Array;
2121
using v8::ArrayBuffer;
2222
using v8::ArrayBufferView;
23-
using v8::BackingStore;
2423
using v8::BigInt;
2524
using v8::Global;
2625
using v8::Integer;

0 commit comments

Comments
 (0)