Bug 70380 - Stop leaking internal names in WKView API header
Summary: Stop leaking internal names in WKView API header
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-18 16:14 PDT by Sam Weinig
Modified: 2011-10-18 16:24 PDT (History)
0 users

See Also:


Attachments
Patch (4.07 KB, patch)
2011-10-18 16:16 PDT, Sam Weinig
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2011-10-18 16:14:06 PDT
Stop leaking internal names in WKView API header
Comment 1 Sam Weinig 2011-10-18 16:16:07 PDT
Created attachment 111521 [details]
Patch
Comment 2 Anders Carlsson 2011-10-18 16:17:49 PDT
Comment on attachment 111521 [details]
Patch

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

> Source/WebKit2/ChangeLog:9
> +        WKView due to the 32 objective-c ABI, we must rename the existing variable unused. If

This should say either "32-bit  Objective-C ABI" or "fragile Objective-C ABI"

> Source/WebKit2/ChangeLog:10
> +        drop 32 bit support, we will be able to remove it.

"32-bit"
Comment 3 Sam Weinig 2011-10-18 16:24:38 PDT
Committed r97811: <http://trac.webkit.org/changeset/97811>