Bug 150330

Summary: Fix the ENABLE(WEBASSEMBLY) build after r190827
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Blocker CC: commit-queue, fpizlo, ggaren, ossy
Priority: P1    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 149727    
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2015-10-19 07:20:54 PDT
https://trac.webkit.org/changeset/190827 broke the ENABLE(WEBASSEMBLY) 
build in many places. It's obvious that the changes in ENABLE(WEBASSEMBLY)
blocks were speculative changes and nobody tried to build it anytime.

Fix is coming.
Comment 1 Csaba Osztrogonác 2015-10-19 07:27:22 PDT
for example:
-------------
CodeBlock::CodeBlock(VM* vm, Structure* structure, WebAssemblyExecutable* ownerExecutable, VM& vm, JSGlobalObject* globalObject)

"VM* vm" vs "VM& vm"

---

WebAssemblyCodeBlock* codeBlock = WebAssemblyCodeBlock::create(vm, this, exec->lexicalGlobalObject()));

extra ")" at the end ...
Comment 2 Csaba Osztrogonác 2015-10-19 07:34:28 PDT
Created attachment 263481 [details]
Patch
Comment 3 Geoffrey Garen 2015-10-19 09:11:03 PDT
Comment on attachment 263481 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2015-10-19 09:20:48 PDT
Comment on attachment 263481 [details]
Patch

Clearing flags on attachment: 263481

Committed r191291: <http://trac.webkit.org/changeset/191291>
Comment 5 WebKit Commit Bot 2015-10-19 09:20:52 PDT
All reviewed patches have been landed.  Closing bug.