mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 08:11:52 +00:00
- Fix typo
This commit is contained in:
parent
732dd175c0
commit
26d6716c19
@ -60,7 +60,7 @@ V8JS_METHOD(print) /* {{{ */
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
static void _php_v8js_dumper(v8::Local<v8::Value> var, int level TSRMLS_CC) /* {{{ */
|
||||
static void _php_v8js_dumper(v8::Local<v8::Value> var, int level TSRMLS_DC) /* {{{ */
|
||||
{
|
||||
v8::String::Utf8Value str(var->ToDetailString());
|
||||
const char *valstr = ToCString(str);
|
||||
|
Loading…
Reference in New Issue
Block a user