summaryrefslogtreecommitdiff
path: root/platform/javascript/http_client.h.inc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-03-11 07:31:16 +0100
committerGitHub <noreply@github.com>2020-03-11 07:31:16 +0100
commit05d9d1c0e727bfb5686a331b403d891da9b58ca2 (patch)
tree497e5bf12a7a4f2881d59552c3fc632f37cf93a4 /platform/javascript/http_client.h.inc
parentcdbf0332902d34cfb3be7899fb738b5447bbb755 (diff)
parent0f78113529bdd7fc1e3b6900026521f710c066bd (diff)
Merge pull request #36905 from Faless/js/restore_and_ci
Resurrect HTML5 platform, add it to CI (no rendering yet)
Diffstat (limited to 'platform/javascript/http_client.h.inc')
-rw-r--r--platform/javascript/http_client.h.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/javascript/http_client.h.inc b/platform/javascript/http_client.h.inc
index 03e2ce8b8a..ac275aadbc 100644
--- a/platform/javascript/http_client.h.inc
+++ b/platform/javascript/http_client.h.inc
@@ -45,7 +45,7 @@ String password;
int polled_response_code;
String polled_response_header;
-PoolByteArray polled_response;
+PackedByteArray polled_response;
#ifdef DEBUG_ENABLED
bool has_polled;