Bug 84690
Summary: | FrameView::adjustPageHeightDeprecated should be guarded by PLATFORM(MAC) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | mitz, mjs, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Eric Seidel (no email)
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). :)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |