You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2020/08/07 10:55:30 UTC

[royale-asjs] branch develop updated: URLStream: Add missing COMPILE::JS

This is an automated email from the ASF dual-hosted git repository.

piotrz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new cbff6d3  URLStream: Add missing COMPILE::JS
cbff6d3 is described below

commit cbff6d3d87e43d8e65da08f9c65bb726035a8c10
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Fri Aug 7 12:55:16 2020 +0200

    URLStream: Add missing COMPILE::JS
---
 .../projects/Network/src/main/royale/org/apache/royale/net/URLStream.as  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/Network/src/main/royale/org/apache/royale/net/URLStream.as b/frameworks/projects/Network/src/main/royale/org/apache/royale/net/URLStream.as
index e5e3671..4bdec9a 100644
--- a/frameworks/projects/Network/src/main/royale/org/apache/royale/net/URLStream.as
+++ b/frameworks/projects/Network/src/main/royale/org/apache/royale/net/URLStream.as
@@ -176,6 +176,7 @@ package org.apache.royale.net
 			}
 		}
 
+		COMPILE::JS
 		protected function createXmlHttpRequest():void
 		{
 			xhr = new XMLHttpRequest();