Bug 119087 - Build fix (missing include in Source/JavaScriptCore/bytecode/ArrayProfile.cpp)
Summary: Build fix (missing include in Source/JavaScriptCore/bytecode/ArrayProfile.cpp)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-25 07:26 PDT by Julien Brianceau
Modified: 2013-07-25 09:22 PDT (History)
3 users (show)

See Also:


Attachments
Build fix (add missing #include). (993 bytes, patch)
2013-07-25 07:29 PDT, Julien Brianceau
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Brianceau 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
Comment 1 Julien Brianceau 2013-07-25 07:29:39 PDT
Created attachment 207458 [details]
Build fix (add missing #include).
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2013-07-25 09:22:56 PDT
All reviewed patches have been landed.  Closing bug.