Bug 60025 - Windows should (almost) build with strict PassOwnPtr enabled
Summary: Windows should (almost) build with strict PassOwnPtr enabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Adam Roben (:aroben)
URL:
Keywords: PlatformOnly
Depends on:
Blocks:
 
Reported: 2011-05-03 08:02 PDT by Adam Roben (:aroben)
Modified: 2011-05-03 13:53 PDT (History)
2 users (show)

See Also:


Attachments
patch (18.27 KB, patch)
2011-05-03 08:18 PDT, Adam Roben (:aroben)
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-05-03 08:02:45 PDT
Windows should build with strict PassOwnPtr enabled. But there are some tricky issues related to SimpleFontData::scaledFontData, so this bug will represent every issue except for that one.
Comment 1 Adam Roben (:aroben) 2011-05-03 08:18:19 PDT
Created attachment 92078 [details]
patch
Comment 2 Adam Roben (:aroben) 2011-05-03 13:52:34 PDT
Committed r85653: <http://trac.webkit.org/changeset/85653>
Comment 3 Darin Adler 2011-05-03 13:52:47 PDT
Comment on attachment 92078 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=92078&action=review

> Source/WebKit/win/WebCoreSupport/WebInspectorClient.h:98
> +    ~WebInspectorFrontendClient();

This should be explicitly marked virtual.
Comment 4 Adam Roben (:aroben) 2011-05-03 13:53:32 PDT
Comment on attachment 92078 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=92078&action=review

>> Source/WebKit/win/WebCoreSupport/WebInspectorClient.h:98
>> +    ~WebInspectorFrontendClient();
> 
> This should be explicitly marked virtual.

Thanks for catching that! I'll fix it in a followup.