Bug 142406 - remove more symbols from WebCore.unexp
Summary: remove more symbols from WebCore.unexp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-06 11:35 PST by Alex Christensen
Modified: 2015-03-06 16:04 PST (History)
1 user (show)

See Also:


Attachments
Patch (27.17 KB, patch)
2015-03-06 11:41 PST, Alex Christensen
ddkilzer: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2015-03-06 11:35:46 PST
Progress towards getting rid of all the exceptions and soft linking the right way.
Comment 1 Alex Christensen 2015-03-06 11:41:35 PST
Created attachment 248081 [details]
Patch
Comment 2 David Kilzer (:ddkilzer) 2015-03-06 15:47:47 PST
Comment on attachment 248081 [details]
Patch

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

r=me!

> Source/WebCore/page/CaptionUserPreferencesMediaAF.cpp:68
>  #endif

I think you can remove this #endif and the #if PLATFORM(WIN) below to combine them into one block.

> Source/WebCore/page/CaptionUserPreferencesMediaAF.cpp:70
>  #if PLATFORM(WIN)

And remove this #if PLATFORM(WIN) with the #endif above.

> Source/WebCore/platform/cf/MediaAccessibilitySoftLink.cpp:32
> +#include "SoftLinking.h"
> +
> +#include <CoreText/CoreText.h>
> +#include <MediaAccessibility/MediaAccessibility.h>

Don't need a blank line here.

> Source/WebCore/platform/cf/MediaAccessibilitySoftLink.h:33
> +#include "SoftLinking.h"
> +
> +#include <CoreText/CoreText.h>
> +#include <MediaAccessibility/MediaAccessibility.h>

Don't need a blank line here.

> Source/WebCore/platform/cf/MediaAccessibilitySoftLink.h:35
> +SOFT_LINK_FRAMEWORK_HEADER(WebCore, MediaAccessibility)

Oops, I need to rename this to add "_FOR_".  Separate patch; you don't need to fix it.
Comment 3 Alex Christensen 2015-03-06 16:04:26 PST
http://trac.webkit.org/changeset/181190