Bug 105152 - Fix the Qt Windows build after r137803
Summary: Fix the Qt Windows build after r137803
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: All All
: P1 Blocker
Assignee: Csaba Osztrogonác
URL:
Keywords: Qt, QtTriaged
: 105176 (view as bug list)
Depends on:
Blocks: 105098
  Show dependency treegraph
 
Reported: 2012-12-16 23:28 PST by Csaba Osztrogonác
Modified: 2012-12-17 13:33 PST (History)
7 users (show)

See Also:


Attachments
Patch (1010 bytes, patch)
2012-12-17 00:07 PST, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2012-12-16 23:28:56 PST
http://trac.webkit.org/changeset/137803 broke the Qt Windows build:
c:\webkitbuildslave\szeged-windows-1\qt-windows-32bit-release\build\source\webkit2\shared\CacheModel.h(37) : error C2061: syntax error : identifier 'uint64_t'

It seems the problem is caused by missing stdint.h include in CacheModel.h.
Fix is coming soon.
Comment 1 Csaba Osztrogonác 2012-12-17 00:07:48 PST
Created attachment 179697 [details]
Patch
Comment 2 Kentaro Hara 2012-12-17 02:34:48 PST
Comment on attachment 179697 [details]
Patch

looks ok
Comment 3 WebKit Review Bot 2012-12-17 02:38:19 PST
Comment on attachment 179697 [details]
Patch

Clearing flags on attachment: 179697

Committed r137889: <http://trac.webkit.org/changeset/137889>
Comment 4 WebKit Review Bot 2012-12-17 02:38:23 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Laszlo Gombos 2012-12-17 13:33:03 PST
*** Bug 105176 has been marked as a duplicate of this bug. ***