Title: [235839] trunk/Source/WebKit
- Revision
- 235839
- Author
- [email protected]
- Date
- 2018-09-09 21:54:58 -0700 (Sun, 09 Sep 2018)
Log Message
[MSVC] X86Assembler.h(108): error C2666: 'WebCore::operator -': 7 overloads have similar conversions
https://bugs.webkit.org/show_bug.cgi?id=189467
Unreviewed build fix for WinCairo port.
MSVC reports compilation errors if certain JSC header files are
included after "using namespace" statements.
* Sources.txt: Added @no-unify to InjectedBundleNodeHandle.cpp and InjectedBundleRangeHandle.cpp temporarily.
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (235838 => 235839)
--- trunk/Source/WebKit/ChangeLog 2018-09-09 23:04:19 UTC (rev 235838)
+++ trunk/Source/WebKit/ChangeLog 2018-09-10 04:54:58 UTC (rev 235839)
@@ -1,3 +1,15 @@
+2018-09-09 Fujii Hironori <[email protected]>
+
+ [MSVC] X86Assembler.h(108): error C2666: 'WebCore::operator -': 7 overloads have similar conversions
+ https://bugs.webkit.org/show_bug.cgi?id=189467
+
+ Unreviewed build fix for WinCairo port.
+
+ MSVC reports compilation errors if certain JSC header files are
+ included after "using namespace" statements.
+
+ * Sources.txt: Added @no-unify to InjectedBundleNodeHandle.cpp and InjectedBundleRangeHandle.cpp temporarily.
+
2018-09-08 Wenson Hsieh <[email protected]>
REGRESSION (r235153): [iOS] Can't move selection start grabber when selecting text in a subframe
Modified: trunk/Source/WebKit/Sources.txt (235838 => 235839)
--- trunk/Source/WebKit/Sources.txt 2018-09-09 23:04:19 UTC (rev 235838)
+++ trunk/Source/WebKit/Sources.txt 2018-09-10 04:54:58 UTC (rev 235839)
@@ -451,8 +451,8 @@
WebProcess/InjectedBundle/DOM/InjectedBundleCSSStyleDeclarationHandle.cpp
WebProcess/InjectedBundle/DOM/InjectedBundleFileHandle.cpp
-WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp
-WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.cpp
+WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp @no-unify
+WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.cpp @no-unify
WebProcess/MediaStream/MediaDeviceSandboxExtensions.cpp
WebProcess/MediaStream/UserMediaPermissionRequestManager.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes