| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8484ab2 commit 9433c28
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,8 +44,8 @@ class Blob : public BaseObject { | |||
| 44 | 44 | } | |
| 45 | 45 | ||
| 46 | 46 | void MemoryInfo(MemoryTracker* tracker) const override; | |
| 47 | - SET_MEMORY_INFO_NAME(Blob); | ||
| 48 | - SET_SELF_SIZE(Blob); | ||
| 47 | + SET_MEMORY_INFO_NAME(Blob) | ||
| 48 | + SET_SELF_SIZE(Blob) | ||
| 49 | 49 | ||
| 50 | 50 | // Copies the contents of the Blob into an ArrayBuffer. | |
| 51 | 51 | v8::MaybeLocal<v8::Value> GetArrayBuffer(Environment* env); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -172,8 +172,8 @@ class SocketAddressBase : public BaseObject { | |||
| 172 | 172 | } | |
| 173 | 173 | ||
| 174 | 174 | void MemoryInfo(MemoryTracker* tracker) const override; | |
| 175 | - SET_MEMORY_INFO_NAME(SocketAddressBase); | ||
| 176 | - SET_SELF_SIZE(SocketAddressBase); | ||
| 175 | + SET_MEMORY_INFO_NAME(SocketAddressBase) | ||
| 176 | + SET_SELF_SIZE(SocketAddressBase) | ||
| 177 | 177 | ||
| 178 | 178 | TransferMode GetTransferMode() const override { | |
| 179 | 179 | return TransferMode::kCloneable; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments