Bug 145515 - HandlerInfo::initialize() should not assume that CodeLocationLabel is available.
Summary: HandlerInfo::initialize() should not assume that CodeLocationLabel is available.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks: 145516
  Show dependency treegraph
 
Reported: 2015-06-01 09:21 PDT by Mark Lam
Modified: 2015-06-01 10:59 PDT (History)
3 users (show)

See Also:


Attachments
the patch. (2.90 KB, patch)
2015-06-01 09:26 PDT, Mark Lam
mark.lam: review-
Details | Formatted Diff | Diff
patch 2: fixed careless copy-paste errors. (2.87 KB, patch)
2015-06-01 09:33 PDT, Mark Lam
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2015-06-01 09:21:48 PDT
r185022 broke the build for !ENABLE(ASSEMBLER) builds.  This fixes it.
Comment 1 Mark Lam 2015-06-01 09:26:19 PDT
Created attachment 254002 [details]
the patch.
Comment 2 Mark Lam 2015-06-01 09:33:59 PDT
Created attachment 254004 [details]
patch 2: fixed careless copy-paste errors.

Sadly, the simplest patches tend to be more error prone.  Should be fixed now.
Comment 3 WebKit Commit Bot 2015-06-01 10:59:04 PDT
Comment on attachment 254004 [details]
patch 2: fixed careless copy-paste errors.

Clearing flags on attachment: 254004

Committed r185063: <http://trac.webkit.org/changeset/185063>
Comment 4 WebKit Commit Bot 2015-06-01 10:59:09 PDT
All reviewed patches have been landed.  Closing bug.