summaryrefslogtreecommitdiffstats
path: root/src/v4/qv4globalobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/v4/qv4globalobject.h')
-rw-r--r--src/v4/qv4globalobject.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/v4/qv4globalobject.h b/src/v4/qv4globalobject.h
index ac96ac78..f9776f95 100644
--- a/src/v4/qv4globalobject.h
+++ b/src/v4/qv4globalobject.h
@@ -77,10 +77,10 @@ struct GlobalFunctions
static Value method_parseFloat(SimpleCallContext *context);
static Value method_isNaN(SimpleCallContext *context);
static Value method_isFinite(SimpleCallContext *context);
- static Value method_decodeURI(ExecutionContext *parentCtx, Value thisObject, Value *argv, int argc);
- static Value method_decodeURIComponent(ExecutionContext *parentCtx, Value thisObject, Value *argv, int argc);
- static Value method_encodeURI(ExecutionContext *parentCtx, Value thisObject, Value *argv, int argc);
- static Value method_encodeURIComponent(ExecutionContext *parentCtx, Value thisObject, Value *argv, int argc);
+ static Value method_decodeURI(SimpleCallContext *context);
+ static Value method_decodeURIComponent(SimpleCallContext *context);
+ static Value method_encodeURI(SimpleCallContext *context);
+ static Value method_encodeURIComponent(SimpleCallContext *context);
static Value method_escape(SimpleCallContext *context);
static Value method_unescape(SimpleCallContext *context);
};