Changeset 180361 in webkit


Ignore:
Timestamp:
Feb 19, 2015, 1:09:01 PM (10 years ago)
Author:
timothy_horton@apple.com
Message:

Remove unused forward declaration from WKWebViewInternal.h
https://bugs.webkit.org/show_bug.cgi?id=141806

Reviewed by Anders Carlsson.

  • UIProcess/API/Cocoa/WKWebViewInternal.h:

The use of WebCore::Highlight moved to WKContentView.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r180357 r180361  
     12015-02-19  Timothy Horton  <timothy_horton@apple.com>
     2
     3        Remove unused forward declaration from WKWebViewInternal.h
     4        https://bugs.webkit.org/show_bug.cgi?id=141806
     5
     6        Reviewed by Anders Carlsson.
     7
     8        * UIProcess/API/Cocoa/WKWebViewInternal.h:
     9        The use of WebCore::Highlight moved to WKContentView.
     10
    1112015-02-19  Anders Carlsson  <andersca@apple.com>
    212
  • trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewInternal.h

    r178080 r180361  
    4646#define WK_WEB_VIEW_PROTOCOLS
    4747#endif
    48 
    49 namespace WebCore {
    50 struct Highlight;
    51 }
    5248
    5349namespace WebKit {
Note: See TracChangeset for help on using the changeset viewer.