Bug 71047 - Correctly Guard Exported REQUEST_ANIMATION_FRAME Symbols
Summary: Correctly Guard Exported REQUEST_ANIMATION_FRAME Symbols
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: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-27 12:02 PDT by Joseph Pecoraro
Modified: 2011-10-27 15:35 PDT (History)
3 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.54 KB, patch)
2011-10-27 12:04 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2011-10-27 12:02:26 PDT
__ZN7WebCore9FrameView25serviceScriptedAnimationsEy => WebCore::FrameView::serviceScriptedAnimations(unsigned long long)

Should be behind an ENABLE(REQUEST_ANIMATION_FRAME) guard.
Comment 1 Joseph Pecoraro 2011-10-27 12:04:12 PDT
Created attachment 112720 [details]
[PATCH] Proposed Fix

I didn't actually build this locally, so cq- until the bot runs with it or I finish my local build!
Comment 2 David Kilzer (:ddkilzer) 2011-10-27 12:18:32 PDT
Comment on attachment 112720 [details]
[PATCH] Proposed Fix

r=me
Comment 3 WebKit Review Bot 2011-10-27 15:35:14 PDT
Comment on attachment 112720 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 112720

Committed r98650: <http://trac.webkit.org/changeset/98650>
Comment 4 WebKit Review Bot 2011-10-27 15:35:25 PDT
All reviewed patches have been landed.  Closing bug.