ClearTypeFeedbackInfo(): context may not be initialized.
authormvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 22 May 2014 11:32:30 +0000 (11:32 +0000)
committermvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 22 May 2014 11:32:30 +0000 (11:32 +0000)
commit5392e94e8bf962aba2315bd655337afdfd89f025
tree16c49b9303fa0cc47042d1b953931c745dfcfeab
parent875132370101cf83ee67d327d6a9985e0421a91c
ClearTypeFeedbackInfo(): context may not be initialized.

SharedFunctionInfo::ClearTypeFeedbackInfo() wants to compare feedback
to the array JSFunction, but it's called at times when the context
isn't fully initialized. Be cautious about this check.

R=ulan@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21434 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/objects.cc