Changeset 69157 in webkit


Ignore:
Timestamp:
Oct 5, 2010 4:00:30 PM (14 years ago)
Author:
kbr@google.com
Message:

2010-10-05 Kenneth Russell <kbr@google.com>

Unreviewed, follow up to 47216. Add newline above "protected:".

  • public/WebFrame.h:
Location:
trunk/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r69151 r69157  
     12010-10-05  Kenneth Russell  <kbr@google.com>
     2
     3        Unreviewed, follow up to 47216. Add newline above "protected:".
     4
     5        * public/WebFrame.h:
     6
    172010-10-05  Kenneth Russell  <kbr@google.com>
    28
  • trunk/WebKit/chromium/public/WebFrame.h

    r69151 r69157  
    555555    // text form. This is used only by layout tests.
    556556    virtual WebString layerTreeAsText() const = 0;
     557
    557558protected:
    558559    ~WebFrame() { }
Note: See TracChangeset for help on using the changeset viewer.