[Webkit-unassigned] [Bug 101817] New: [Mac] Guard WebCore PageVisibility Symbol Export

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 9 17:03:45 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=101817

           Summary: [Mac] Guard WebCore PageVisibility Symbol Export
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org


shell> c++filt __ZN7WebCore4Page18setVisibilityStateENS_19PageVisibilityStateEb
WebCore::Page::setVisibilityState(WebCore::PageVisibilityState, bool)

shell> ack -C 5 setVisibilityState page/Page.h
#if ENABLE(PAGE_VISIBILITY_API) || ENABLE(HIDDEN_PAGE_DOM_TIMER_THROTTLING)
        void setVisibilityState(PageVisibilityState, bool);
#endif

This symbol is only used guarded by these ifdefs, so it should only be exported guarded by these ifdefs. Fix to follow.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list