Bug 18520 - Frame::d should be renamed to m_platformFrame or m_private or something
Summary: Frame::d should be renamed to m_platformFrame or m_private or something
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-15 14:20 PDT by Eric Seidel (no email)
Modified: 2008-04-15 14:22 PDT (History)
1 user (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) 2008-04-15 14:20:43 PDT
Frame::d should be renamed to m_platformFrame or m_private or something

I thought d pointers had died long long ago.  Turns out there is still one left from our KHTML days... Frame::d
Comment 1 Eric Seidel (no email) 2008-04-15 14:22:25 PDT
Eek.  FrameViewPrivate* d;  somehow survived the cleansing as well.  Attack!