Bug 39678 - Compile fix for Android, #include <wtf/RefCounted.h>
Summary: Compile fix for Android, #include <wtf/RefCounted.h>
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Android Android
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-25 10:16 PDT by Kristian Monsen
Modified: 2010-05-27 03:51 PDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (1.00 KB, patch)
2010-05-25 10:30 PDT, Kristian Monsen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kristian Monsen 2010-05-25 10:16:35 PDT
Need to add #include <wtf/RefCounted.h> to compile on Android. For some reason this does not get included through #include <wtf/Threading.h> here.
Comment 1 Kristian Monsen 2010-05-25 10:30:30 PDT
Created attachment 57025 [details]
Proposed patch
Comment 2 WebKit Commit Bot 2010-05-27 03:51:26 PDT
Comment on attachment 57025 [details]
Proposed patch

Clearing flags on attachment: 57025

Committed r60289: <http://trac.webkit.org/changeset/60289>
Comment 3 WebKit Commit Bot 2010-05-27 03:51:31 PDT
All reviewed patches have been landed.  Closing bug.