WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
101817
[Mac] Guard WebCore PageVisibility Symbol Export
https://bugs.webkit.org/show_bug.cgi?id=101817
Summary
[Mac] Guard WebCore PageVisibility Symbol Export
Joseph Pecoraro
Reported
2012-11-09 17:05:23 PST
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.
Attachments
[PATCH] Proposed Fix
(1.69 KB, patch)
2012-11-09 17:07 PST
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
2012-11-09 17:07:10 PST
Created
attachment 173408
[details]
[PATCH] Proposed Fix
WebKit Review Bot
Comment 2
2012-11-10 08:11:34 PST
Comment on
attachment 173408
[details]
[PATCH] Proposed Fix Clearing flags on attachment: 173408 Committed
r134158
: <
http://trac.webkit.org/changeset/134158
>
WebKit Review Bot
Comment 3
2012-11-10 08:11:37 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug