| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 068cede commit a9f5084
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -89,7 +89,7 @@ ssize_t Http2Session::OnCallbackPadding(size_t frameLen, | |||
| 89 | 89 | Context::Scope context_scope(context); | |
| 90 | 90 | ||
| 91 | 91 | #if defined(DEBUG) && DEBUG | |
| 92 | - CHECK(object->Has(context, env()->ongetpadding_string()).FromJust()); | ||
| 92 | + CHECK(object()->Has(context, env()->ongetpadding_string()).FromJust()); | ||
| 93 | 93 | #endif | |
| 94 | 94 | ||
| 95 | 95 | AliasedBuffer<uint32_t, v8::Uint32Array>& buffer = | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -462,7 +462,7 @@ inline void Nghttp2Session::HandlePriorityFrame(const nghttp2_frame* frame) { | |||
| 462 | 462 | // good here | |
| 463 | 463 | ||
| 464 | 464 | #if defined(DEBUG) && DEBUG | |
| 465 | - CHECK_GT(id, 0) | ||
| 465 | + CHECK_GT(id, 0); | ||
| 466 | 466 | #endif | |
| 467 | 467 | ||
| 468 | 468 | nghttp2_priority_spec spec = priority_frame.pri_spec; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments