Bug 150641

Summary: Rename MacroAssembler::callProbe() to probe().
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch. saam: review+

Description Mark Lam 2015-10-28 15:48:47 PDT
Because probe() is easier to use than callProbe() (and cooler too).
Comment 1 Mark Lam 2015-10-28 15:55:16 PDT
Created attachment 264258 [details]
the patch.
Comment 2 WebKit Commit Bot 2015-10-28 15:56:35 PDT
Attachment 264258 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/assembler/MacroAssembler.cpp:42:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/JavaScriptCore/assembler/MacroAssembler.h:1595:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 2 in 9 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Saam Barati 2015-10-28 15:56:49 PDT
Comment on attachment 264258 [details]
the patch.

r=me
Comment 4 Mark Lam 2015-10-28 15:57:21 PDT
Comment on attachment 264258 [details]
the patch.

Thanks for the review.  Will land manually.
Comment 5 Mark Lam 2015-10-28 16:02:09 PDT
Landed in r191700: <http://trac.webkit.org/r191700>.