summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi Ichikawa <gimite@gmail.com>2011-08-06 23:06:56 +0900
committerHiroshi Ichikawa <gimite@gmail.com>2011-08-06 23:06:56 +0900
commit179a0a97c23061d555672c367bda78bd7d84e2ac (patch)
tree35a7935cc3390252ffe519ba0de982bb562bc9f1
parent693e1556132709934868190a49fbf646ce56c8e2 (diff)
downloadweb-socket-js-179a0a97c23061d555672c367bda78bd7d84e2ac.tar.gz
Fixing import.
-rw-r--r--WebSocketMain.swfbin175845 -> 175846 bytes
-rw-r--r--WebSocketMainInsecure.zipbin166515 -> 166477 bytes
-rw-r--r--flash-src/WebSocketMainInsecure.as2
3 files changed, 1 insertions, 1 deletions
diff --git a/WebSocketMain.swf b/WebSocketMain.swf
index 5c8ab83..b058c99 100644
--- a/WebSocketMain.swf
+++ b/WebSocketMain.swf
Binary files differ
diff --git a/WebSocketMainInsecure.zip b/WebSocketMainInsecure.zip
index e996b94..b2ba830 100644
--- a/WebSocketMainInsecure.zip
+++ b/WebSocketMainInsecure.zip
Binary files differ
diff --git a/flash-src/WebSocketMainInsecure.as b/flash-src/WebSocketMainInsecure.as
index ea377be..ea4f496 100644
--- a/flash-src/WebSocketMainInsecure.as
+++ b/flash-src/WebSocketMainInsecure.as
@@ -5,7 +5,7 @@
package {
-import flash.system.*;
+import flash.system.Security;
public class WebSocketMainInsecure extends WebSocketMain {