Title: [238542] trunk/Source/WebKitLegacy/win
Revision
238542
Author
[email protected]
Date
2018-11-26 18:09:01 -0800 (Mon, 26 Nov 2018)

Log 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.

Modified Paths

Diff

Modified: trunk/Source/WebKitLegacy/win/ChangeLog (238541 => 238542)


--- trunk/Source/WebKitLegacy/win/ChangeLog	2018-11-27 02:01:07 UTC (rev 238541)
+++ trunk/Source/WebKitLegacy/win/ChangeLog	2018-11-27 02:09:01 UTC (rev 238542)
@@ -1,3 +1,12 @@
+2018-11-26  Fujii Hironori  <[email protected]>
+
+        [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.
+
 2018-11-26  Brent Fulgham  <[email protected]>
 
         [Win] Reduce the use of WKSI library calls: CoreAnimation

Modified: trunk/Source/WebKitLegacy/win/MarshallingHelpers.h (238541 => 238542)


--- trunk/Source/WebKitLegacy/win/MarshallingHelpers.h	2018-11-27 02:01:07 UTC (rev 238541)
+++ trunk/Source/WebKitLegacy/win/MarshallingHelpers.h	2018-11-27 02:09:01 UTC (rev 238542)
@@ -62,7 +62,7 @@
     static CFDictionaryValueCallBacks kIUnknownDictionaryValueCallBacks;
 
 private:
-    static CFAbsoluteTime MarshallingHelpers::windowsEpochAbsoluteTime();
+    static CFAbsoluteTime windowsEpochAbsoluteTime();
 
 private:
     MarshallingHelpers();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to