Changeset 203907 in webkit


Ignore:
Timestamp:
Jul 29, 2016 11:38:58 AM (8 years ago)
Author:
Csaba Osztrogonác
Message:

Remove PassRef.h after r177259
https://bugs.webkit.org/show_bug.cgi?id=160348

Reviewed by Andreas Kling.

Source/WebKit/win:

  • WebCoreSupport/WebVisitedLinkStore.h:

Source/WTF:

  • wtf/PassRef.h: Removed.
Location:
trunk/Source
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r203834 r203907  
     12016-07-29  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Remove PassRef.h after r177259
     4        https://bugs.webkit.org/show_bug.cgi?id=160348
     5
     6        Reviewed by Andreas Kling.
     7
     8        * wtf/PassRef.h: Removed.
     9
    1102016-07-28  Mark Lam  <mark.lam@apple.com>
    211
  • trunk/Source/WebKit/win/ChangeLog

    r203770 r203907  
     12016-07-29  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Remove PassRef.h after r177259
     4        https://bugs.webkit.org/show_bug.cgi?id=160348
     5
     6        Reviewed by Andreas Kling.
     7
     8        * WebCoreSupport/WebVisitedLinkStore.h:
     9
    1102016-07-27  Alex Christensen  <achristensen@webkit.org>
    211
  • trunk/Source/WebKit/win/WebCoreSupport/WebVisitedLinkStore.h

    r197563 r203907  
    2929#include <WebCore/LinkHash.h>
    3030#include <WebCore/VisitedLinkStore.h>
    31 #include <wtf/PassRef.h>
    3231
    3332class WebVisitedLinkStore final : public WebCore::VisitedLinkStore {
Note: See TracChangeset for help on using the changeset viewer.