Title: [235842] trunk/Source/WebKit
Revision
235842
Author
[email protected]
Date
2018-09-09 22:37:06 -0700 (Sun, 09 Sep 2018)

Log Message

Unreviewed, rolling out r235839.

Which breaks all Xcode based ports

Reverted changeset:

"[MSVC] X86Assembler.h(108): error C2666: 'WebCore::operator
-': 7 overloads have similar conversions"
https://bugs.webkit.org/show_bug.cgi?id=189467
https://trac.webkit.org/changeset/235839

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (235841 => 235842)


--- trunk/Source/WebKit/ChangeLog	2018-09-10 05:20:52 UTC (rev 235841)
+++ trunk/Source/WebKit/ChangeLog	2018-09-10 05:37:06 UTC (rev 235842)
@@ -1,5 +1,18 @@
 2018-09-09  Fujii Hironori  <[email protected]>
 
+        Unreviewed, rolling out r235839.
+
+        Which breaks all Xcode based ports
+
+        Reverted changeset:
+
+        "[MSVC] X86Assembler.h(108): error C2666: 'WebCore::operator
+        -': 7 overloads have similar conversions"
+        https://bugs.webkit.org/show_bug.cgi?id=189467
+        https://trac.webkit.org/changeset/235839
+
+2018-09-09  Fujii Hironori  <[email protected]>
+
         Add specialized template declarations of HashTraits and DefaultHash to detect misuse
         https://bugs.webkit.org/show_bug.cgi?id=189044
 

Modified: trunk/Source/WebKit/Sources.txt (235841 => 235842)


--- trunk/Source/WebKit/Sources.txt	2018-09-10 05:20:52 UTC (rev 235841)
+++ trunk/Source/WebKit/Sources.txt	2018-09-10 05:37:06 UTC (rev 235842)
@@ -451,8 +451,8 @@
 
 WebProcess/InjectedBundle/DOM/InjectedBundleCSSStyleDeclarationHandle.cpp
 WebProcess/InjectedBundle/DOM/InjectedBundleFileHandle.cpp
-WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp @no-unify
-WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.cpp @no-unify
+WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp
+WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.cpp
 
 WebProcess/MediaStream/MediaDeviceSandboxExtensions.cpp
 WebProcess/MediaStream/UserMediaPermissionRequestManager.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to