| Summary: | [EFL] test_ewk2_context_url_scheme_register has been crashed since r185553 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Ryuan Choi <ryuan.choi> | ||||
| Component: | WebKit EFL | Assignee: | Ryuan Choi <ryuan.choi> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | cgarcia, gyuyoung.kim, lucas.de.marchi | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 132813, 145969, 146046 | ||||||
| Attachments: |
|
||||||
|
Description
Ryuan Choi
2015-06-17 13:19:38 PDT
Created attachment 255036 [details]
one suggestion
Comment on attachment 255036 [details] one suggestion View in context: https://bugs.webkit.org/attachment.cgi?id=255036&action=review > Source/WebCore/platform/network/soup/ResourceRequestSoup.cpp:-127 > - if (!m_initiatingPageID) > - return; Ah, sorry, I didn't notice this early return. > Source/WebCore/platform/network/soup/ResourceRequestSoup.cpp:130 > + if (m_initiatingPageID) { > + uint64_t* initiatingPageIDPtr = static_cast<uint64_t*>(fastMalloc(sizeof(uint64_t))); > + *initiatingPageIDPtr = m_initiatingPageID; > + g_object_set_data_full(G_OBJECT(soupRequest), g_intern_static_string(gSoupRequestInitiatingPageIDKey), initiatingPageIDPtr, fastFree); > + } This correct. Comment on attachment 255036 [details] one suggestion Clearing flags on attachment: 255036 Committed r185693: <http://trac.webkit.org/changeset/185693> All reviewed patches have been landed. Closing bug. |