diff options
Diffstat (limited to 'ext/flash/01_http.js')
-rw-r--r-- | ext/flash/01_http.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/flash/01_http.js b/ext/flash/01_http.js index c7dce421d..547b6d42e 100644 --- a/ext/flash/01_http.js +++ b/ext/flash/01_http.js @@ -186,7 +186,7 @@ } function prepareFastCalls() { - return core.opSync("op_flash_make_request"); + return core.ops.op_flash_make_request(); } function hostnameForDisplay(hostname) { |