Bug 128900

Summary: Fix the CLoop build after r163760
Product: WebKit Reporter: Dániel Bátyai <dbatyai.u-szeged>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, mhahnenberg, oliver, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 128505    
Attachments:
Description Flags
Proposed fix none

Description Dániel Bátyai 2014-02-17 04:36:21 PST
Undefined symbols for architecture x86_64:
  "__ZN3JSC7JSValue6encodeES0_", referenced from:
      _callToJavaScript in LLIntThunks.o
      _callToNativeFunction in LLIntThunks.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

including Operations.h didn't help, that's why JSCJSValueInlines.h needed to be included
Comment 1 Dániel Bátyai 2014-02-17 04:36:55 PST
Created attachment 224357 [details]
Proposed fix
Comment 2 Csaba Osztrogonác 2014-02-17 04:49:27 PST
Comment on attachment 224357 [details]
Proposed fix

r=me
Comment 3 WebKit Commit Bot 2014-02-17 05:18:22 PST
Comment on attachment 224357 [details]
Proposed fix

Clearing flags on attachment: 224357

Committed r164217: <http://trac.webkit.org/changeset/164217>
Comment 4 WebKit Commit Bot 2014-02-17 05:18:24 PST
All reviewed patches have been landed.  Closing bug.