Bug 175725 - Rename ProbeContext and ProbeFunction to Probe::State and Probe::Function.
Summary: Rename ProbeContext and ProbeFunction to Probe::State and Probe::Function.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks: 175688
  Show dependency treegraph
 
Reported: 2017-08-18 10:43 PDT by Mark Lam
Modified: 2017-08-18 10:55 PDT (History)
2 users (show)

See Also:


Attachments
patch for landing. (114.41 KB, patch)
2017-08-18 10:54 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 2017-08-18 10:43:38 PDT
This is purely a refactoring patch (in preparation for the introduction of a Probe::Context data structure in https://bugs.webkit.org/show_bug.cgi?id=175688 later).  This patch does not change any semantics / behavior.
Comment 1 Radar WebKit Bug Importer 2017-08-18 10:44:05 PDT
<rdar://problem/33965477>
Comment 2 Mark Lam 2017-08-18 10:54:08 PDT
Created attachment 318518 [details]
patch for landing.

This patch was already rubber-stamped by JF offline.
Comment 3 Mark Lam 2017-08-18 10:55:31 PDT
Landed in r220921: <http://trac.webkit.org/r220921>.