Test case: ProfileGenerator::ProfileGenerator(ExecState* exec, const String&, unsigned) : m_origin(exec ? exec->lexicalGlobalObject() : nullptr) , m_profileGroup(exec ? exec->lexicalGlobalObject()->profileGroup() : 0) , m_foundConsoleStartParent(false) { }
Created attachment 237844 [details] Proposed patch
Created attachment 237845 [details] Proposed patch Fix missing unittests.
Comment on attachment 237845 [details] Proposed patch Clearing flags on attachment: 237845 Committed r176718: <http://trac.webkit.org/changeset/176718>
All reviewed patches have been landed. Closing bug.