Bug 84690 - FrameView::adjustPageHeightDeprecated should be guarded by PLATFORM(MAC)
Summary: FrameView::adjustPageHeightDeprecated should be guarded by PLATFORM(MAC)
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-24 02:34 PDT by Eric Seidel (no email)
Modified: 2012-04-24 02:35 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2012-04-24 02:34:25 PDT
FrameView::adjustPageHeightDeprecated should be guarded by PLATFORM(MAC)

It has a huge warning about not using it.  To prevent other platforms from using it, we should just guard it with PLATFORM(MAC). :)