⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 238542 in webkit


Ignore:
Timestamp:
Nov 26, 2018, 6:09:01 PM (8 years ago)
Author:
Fujii Hironori
Message:

[Clang][WebKitLegacy][Win] MarshallingHelpers.h(65,47): warning: extra qualification on member 'windowsEpochAbsoluteTime' [-Wmicrosoft-extra-qualification]
https://bugs.webkit.org/show_bug.cgi?id=191959

Reviewed by Alex Christensen.

  • MarshallingHelpers.h: Removed extra "MarshallingHelpers::" of windowsEpochAbsoluteTime declaration.
Location:
trunk/Source/WebKitLegacy/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKitLegacy/win/ChangeLog

    r238501 r238542  
     12018-11-26  Fujii Hironori  <Hironori.Fujii@sony.com>
     2
     3        [Clang][WebKitLegacy][Win] MarshallingHelpers.h(65,47): warning: extra qualification on member 'windowsEpochAbsoluteTime' [-Wmicrosoft-extra-qualification]
     4        https://bugs.webkit.org/show_bug.cgi?id=191959
     5
     6        Reviewed by Alex Christensen.
     7
     8        * MarshallingHelpers.h: Removed extra "MarshallingHelpers::" of windowsEpochAbsoluteTime declaration.
     9
    1102018-11-26  Brent Fulgham  <bfulgham@apple.com>
    211
  • trunk/Source/WebKitLegacy/win/MarshallingHelpers.h

    r165676 r238542  
    6363
    6464private:
    65     static CFAbsoluteTime MarshallingHelpers::windowsEpochAbsoluteTime();
     65    static CFAbsoluteTime windowsEpochAbsoluteTime();
    6666
    6767private:
Note: See TracChangeset for help on using the changeset viewer.