RESOLVED FIXED 30468
structure typeinfo flags should be inherited.
https://bugs.webkit.org/show_bug.cgi?id=30468
Summary structure typeinfo flags should be inherited.
Oliver Hunt
Reported 2009-10-16 16:18:42 PDT
We have all sorts of problems due to subclasses not setting the right typeinfo flags due to unawareness of flags set by their parent class. Following the recent typeinfo flag refactoring it is now possible to do this relatively easily, and so we should.
Attachments
JavaScriptCore portion of patch (26.69 KB, patch)
2009-10-16 16:32 PDT, Oliver Hunt
no flags
Oliver Hunt
Comment 1 2009-10-16 16:32:48 PDT
Created attachment 41340 [details] JavaScriptCore portion of patch
Gavin Barraclough
Comment 2 2009-10-16 16:56:53 PDT
Comment on attachment 41340 [details] JavaScriptCore portion of patch Move the JSByteArray createStructure to the header or you're officially lame! Meh, r+ either way. :-(
Oliver Hunt
Comment 3 2009-10-16 18:07:52 PDT
Comment on attachment 41340 [details] JavaScriptCore portion of patch Committed r49721
Mark Rowe (bdash)
Comment 4 2009-10-19 00:17:32 PDT
Comment on attachment 41340 [details] JavaScriptCore portion of patch Clearing review flag since this was landed.
Note You need to log in before you can comment on or make changes to this bug.