Summary: | REGRESSION(r261538): [GTK] API tests are failing | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Diego Pino <dpino> | ||||
Component: | WebKit API | Assignee: | Mark Lam <mark.lam> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | ews-watchlist, keith_miller, mark.lam, msaboff, saam, tzagallo, webkit-bug-importer, ysuzuki | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=211729 | ||||||
Attachments: |
|
Description
Diego Pino
2020-05-11 23:55:38 PDT
Created attachment 399108 [details]
proposed patch.
Comment on attachment 399108 [details] proposed patch. View in context: https://bugs.webkit.org/attachment.cgi?id=399108&action=review > Source/WebKit/ChangeLog:8 > + Previously, we were calling Wasm::enableFastMemory(). By then, it is too late Missing some text here. I meant to say we were calling Wasm::enableFastMemory() in WebProcess::initializeWebProcess(). Comment on attachment 399108 [details]
proposed patch.
r=me
Diego has tested the patch manually and confirmed that it resolved the API test failures on GTK. I will land it shortly. Landed in r261549: <http://trac.webkit.org/r261549>. |