RESOLVED FIXED 119087
Build fix (missing include in Source/JavaScriptCore/bytecode/ArrayProfile.cpp)
https://bugs.webkit.org/show_bug.cgi?id=119087
Summary Build fix (missing include in Source/JavaScriptCore/bytecode/ArrayProfile.cpp)
Julien Brianceau
Reported 2013-07-25 07:26:45 PDT
Seen with our bot: http://build.webkit.org/builders/Qt%20Linux%20SH4%20Release/builds/28067 /local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/JavaScriptCore/bytecode/ArrayProfile.cpp: In function 'void JSC::dumpArrayModes(WTF::PrintStream&, JSC::ArrayModes)': /local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/JavaScriptCore/bytecode/ArrayProfile.cpp:47:5: error: 'CommaPrinter' was not declared in this scope /local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/JavaScriptCore/bytecode/ArrayProfile.cpp:47:18: error: expected ';' before 'comma' /local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/JavaScriptCore/bytecode/ArrayProfile.cpp:49:19: error: 'comma' was not declared in this scope /local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/JavaScriptCore/bytecode/ArrayProfile.cpp:51:19: error: 'comma' was not declared in this scope /local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/JavaScriptCore/bytecode/ArrayProfile.cpp:53:19: error: 'comma' was not declared in this scope /local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/JavaScriptCore/bytecode/ArrayProfile.cpp:55:19: error: 'comma' was not declared in this scope /local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/JavaScriptCore/bytecode/ArrayProfile.cpp:57:19: error: 'comma' was not declared in this scope /local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/JavaScriptCore/bytecode/ArrayProfile.cpp:59:19: error: 'comma' was not declared in this scope /local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/JavaScriptCore/bytecode/ArrayProfile.cpp:61:19: error: 'comma' was not declared in this scope /local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/JavaScriptCore/bytecode/ArrayProfile.cpp:63:19: error: 'comma' was not declared in this scope /local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/JavaScriptCore/bytecode/ArrayProfile.cpp:65:19: error: 'comma' was not declared in this scope /local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/JavaScriptCore/bytecode/ArrayProfile.cpp:67:19: error: 'comma' was not declared in this scope /local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/JavaScriptCore/bytecode/ArrayProfile.cpp:69:19: error: 'comma' was not declared in this scope /local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/JavaScriptCore/bytecode/ArrayProfile.cpp:71:19: error: 'comma' was not declared in this scope /local/wkit/slavebuildbot_LOCAL/workspace_LOCAL/qt-linux-sh4-release/build/Source/JavaScriptCore/bytecode/ArrayProfile.cpp:73:19: error: 'comma' was not declared in this scope make[2]: *** [.obj/release-shared/bytecode/ArrayProfile.o] Error 1
Attachments
Build fix (add missing #include). (993 bytes, patch)
2013-07-25 07:29 PDT, Julien Brianceau
no flags
Julien Brianceau
Comment 1 2013-07-25 07:29:39 PDT
Created attachment 207458 [details] Build fix (add missing #include).
WebKit Commit Bot
Comment 2 2013-07-25 09:22:54 PDT
Comment on attachment 207458 [details] Build fix (add missing #include). Clearing flags on attachment: 207458 Committed r153328: <http://trac.webkit.org/changeset/153328>
WebKit Commit Bot
Comment 3 2013-07-25 09:22:56 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.