| Index: src/builtins/builtins-date.cc
|
| diff --git a/src/builtins/builtins-date.cc b/src/builtins/builtins-date.cc
|
| index 09c84d3e3d1552a7f1a1d1fdf3ab40306dd530dd..949620b6b2c3b683fc478080ee8f569ccedb515e 100644
|
| --- a/src/builtins/builtins-date.cc
|
| +++ b/src/builtins/builtins-date.cc
|
| @@ -203,7 +203,7 @@ BUILTIN(DateConstructor) {
|
| BUILTIN(DateConstructor_ConstructStub) {
|
| HandleScope scope(isolate);
|
| int const argc = args.length() - 1;
|
| - Handle<JSFunction> target = args.target<JSFunction>();
|
| + Handle<JSFunction> target = args.target();
|
| Handle<JSReceiver> new_target = Handle<JSReceiver>::cast(args.new_target());
|
| double time_val;
|
| if (argc == 0) {
|
|
|