Tiny Parser fix: init identifiers.
authormarja@chromium.org <marja@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 17 Apr 2014 09:23:04 +0000 (09:23 +0000)
committermarja@chromium.org <marja@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 17 Apr 2014 09:23:04 +0000 (09:23 +0000)
commita6db82d81ee212c6e0726197dcd50d24b8f5b59d
tree616e5f78aad0224516dc7602f6c3dbc4d74f70a2
parent494d014798081ffe73f9afd2bb33b17ac006358c
Tiny Parser fix: init identifiers.

This bug went unnoticed because PreParserIdentifier and Handle<String> have
default ctors which create a null identifier, but this it not true for all
possible identifier types (especially pointers).

R=ulan@chromium.org
BUG=

Review URL: https://codereview.chromium.org/238253012

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20834 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/preparser.h