Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Got to remember to not remove the terminating NULL.
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Feb 21, 2011
1 parent b56b9db commit 72b4dfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/zombie/window_context.cc
Expand Up @@ -234,7 +234,8 @@ SetPrimitive *WindowContext::primitives[] = {
new SetPrimitive("isNaN"),
new SetPrimitive("parseFloat"),
new SetPrimitive("parseInt"),
new SetPrimitive("unescape")
new SetPrimitive("unescape"),
NULL // please don't remove
};


Expand Down

0 comments on commit 72b4dfc

Please sign in to comment.