Changeset 238542 in webkit
- Timestamp:
- Nov 26, 2018, 6:09:01 PM (8 years ago)
- Location:
- trunk/Source/WebKitLegacy/win
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
MarshallingHelpers.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKitLegacy/win/ChangeLog
r238501 r238542 1 2018-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 1 10 2018-11-26 Brent Fulgham <bfulgham@apple.com> 2 11 -
trunk/Source/WebKitLegacy/win/MarshallingHelpers.h
r165676 r238542 63 63 64 64 private: 65 static CFAbsoluteTime MarshallingHelpers::windowsEpochAbsoluteTime();65 static CFAbsoluteTime windowsEpochAbsoluteTime(); 66 66 67 67 private:
Note:
See TracChangeset
for help on using the changeset viewer.