Bug 87485 - [WTF] Introduce UINT64_C to MathExtras.h
Summary: [WTF] Introduce UINT64_C to MathExtras.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: yosin
URL:
Keywords:
Depends on:
Blocks: 87360
  Show dependency treegraph
 
Reported: 2012-05-25 03:16 PDT by yosin
Modified: 2012-05-27 19:26 PDT (History)
2 users (show)

See Also:


Attachments
Patch 1 (3.16 KB, patch)
2012-05-25 03:25 PDT, yosin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description yosin 2012-05-25 03:16:11 PDT
WebSocket implementation and decimal arithmetic implementation(BUG-87360) use 64bit unsigned int literal. However, UINT64_C macro isn't available for all platforms, e.g. Qt.
Comment 1 yosin 2012-05-25 03:25:27 PDT
Created attachment 144029 [details]
Patch 1
Comment 2 Alexey Proskuryakov 2012-05-25 10:36:12 PDT
Should this patch be marked for review?
Comment 3 yosin 2012-05-27 18:14:03 PDT
Comment on attachment 144029 [details]
Patch 1

Could you review this patch?
Thanks in advance.

P.S.
Oops, I forgot to mark r?. :<
Comment 4 Kent Tamura 2012-05-27 18:33:02 PDT
Comment on attachment 144029 [details]
Patch 1

Looks good.
Comment 5 WebKit Review Bot 2012-05-27 19:26:52 PDT
Comment on attachment 144029 [details]
Patch 1

Clearing flags on attachment: 144029

Committed r118643: <http://trac.webkit.org/changeset/118643>
Comment 6 WebKit Review Bot 2012-05-27 19:26:57 PDT
All reviewed patches have been landed.  Closing bug.