Bug 129833

Summary: Missing include in JSConsole.cpp
Product: WebKit Reporter: Julien Brianceau <jbriance>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Add missing include in JSConsole.cpp oliver: review+

Description Julien Brianceau 2014-03-06 15:03:52 PST
See buildbot: http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release/builds/45406/steps/compile-webkit/logs/stdio

  CXXLD    Programs/jsc-3
./.libs/libjavascriptcoregtk-3.0.so: undefined reference to `JSC::JSValue::isGetterSetter() const'
./.libs/libjavascriptcoregtk-3.0.so: undefined reference to `JSC::JSCell::structure(JSC::VM&) const'
./.libs/libjavascriptcoregtk-3.0.so: undefined reference to `JSC::JSValue::encode(JSC::JSValue)'
./.libs/libjavascriptcoregtk-3.0.so: undefined reference to `JSC::JSValue::decode(long)'
collect2: error: ld returned 1 exit status
make[1]: *** [Programs/jsc-3] Error 1
Comment 1 Julien Brianceau 2014-03-06 15:07:06 PST
Created attachment 226046 [details]
Add missing include in JSConsole.cpp
Comment 2 WebKit Commit Bot 2014-03-06 15:10:17 PST
Attachment 226046 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/runtime/JSConsole.cpp:27:  Found other header before a header this file implements. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Julien Brianceau 2014-03-06 15:15:10 PST
Landed: http://trac.webkit.org/changeset/165221
Comment 4 Julien Brianceau 2014-03-06 15:26:48 PST
... with style fixed: http://trac.webkit.org/changeset/165223